summaryrefslogtreecommitdiff
path: root/recipes/spandsp.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/spandsp.recipe')
-rw-r--r--recipes/spandsp.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/spandsp.recipe b/recipes/spandsp.recipe
index fa57f83b..e8b1f7cc 100644
--- a/recipes/spandsp.recipe
+++ b/recipes/spandsp.recipe
@@ -11,7 +11,8 @@ class Recipe(recipe.Recipe):
allow_parallel_build = False
config_sh = 'sh ./autogen.sh && sh ./configure'
patches = [ 'spandsp/0001-spandsp-do-not-compile-has_X86FEATURE-symbols.patch',
- 'spandsp/0002-Define-LIBSPANDSP_EXPORTS-when-building-the-spandsp-.patch' ]
+ 'spandsp/0002-Define-LIBSPANDSP_EXPORTS-when-building-the-spandsp-.patch',
+ 'spandsp/0003-Use-BUILT_SOURCES-to-generate-extra-headers.patch' ]
files_libs = ['libspandsp']
files_devel = ['include/spandsp', 'include/spandsp.h', 'lib/pkgconfig/spandsp.pc']