From 161df1051b77fdfa768bc2892af3cc2f205c098f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 27 Nov 2014 03:50:18 +0530 Subject: libsrtp, openh264, openssl: Also add the dependency libs --- recipes/libsrtp.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/libsrtp.recipe') diff --git a/recipes/libsrtp.recipe b/recipes/libsrtp.recipe index b34e807a..898e3d87 100644 --- a/recipes/libsrtp.recipe +++ b/recipes/libsrtp.recipe @@ -29,5 +29,6 @@ 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) + self.config.target_platform, + deps=('-ldl', '-lc')) libtool_la.save() -- cgit v1.2.3