diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:07:52 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-08-27 12:07:52 +0200 |
commit | 86d32a92fa9bd688a1320d1b5141ce5c44740f5d (patch) | |
tree | 155fb259e0325cf7db12467214fdc1b29671f3e8 | |
parent | e5e7b221d908f14feee77039948e9c16f7333074 (diff) |
cdparanoia: Make sure to build PIC code
-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'] |