diff options
-rw-r--r-- | recipes/cdparanoia.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cdparanoia.recipe b/recipes/cdparanoia.recipe index 749b959..641bb1c 100644 --- a/recipes/cdparanoia.recipe +++ b/recipes/cdparanoia.recipe @@ -13,6 +13,7 @@ class Recipe(recipe.Recipe): # binaries are GPL licenses = [License.LGPLv2_1Plus] allow_parallel_build = False + config_sh = 'CFLAGS="$CFLAGS -fPIC" ./configure' files_libs = ['libcdda_paranoia', 'libcdda_interface'] files_devel = ['include/cdda_interface.h', 'include/cdda_paranoia.h', 'include/utils.h'] |