summaryrefslogtreecommitdiff
path: root/recipes/libsrtp.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-11-27 10:26:31 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-11-27 10:26:31 +0100
commite3c27d2cdb71a72702f9d58f30ef12c964dfcd69 (patch)
tree49a5e42531e88b2bf0121cca8f119b4bb0ef3b62 /recipes/libsrtp.recipe
parenta3a8e65185666e4e1238e4172e00832e260bbed4 (diff)
libsrtp/openh264/openssl: Hopefully fix dependency_libs for real
Diffstat (limited to 'recipes/libsrtp.recipe')
-rw-r--r--recipes/libsrtp.recipe3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libsrtp.recipe b/recipes/libsrtp.recipe
index 898e3d87..b34e807a 100644
--- a/recipes/libsrtp.recipe
+++ b/recipes/libsrtp.recipe
@@ -29,6 +29,5 @@ class Recipe(recipe.Recipe):
def post_install(self):
# XXX: Don't forget to keep this in sync with the library version!
libtool_la = LibtoolLibrary('srtp', 1, None, None, self.config.libdir,
- self.config.target_platform,
- deps=('-ldl', '-lc'))
+ self.config.target_platform)
libtool_la.save()