diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-11-27 03:50:18 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-11-27 09:41:24 +0100 |
commit | 161df1051b77fdfa768bc2892af3cc2f205c098f (patch) | |
tree | 691c648e2b504282be3ea79d1684d91333c57935 /recipes/libsrtp.recipe | |
parent | 1bfe980b3523609c72694b39c37a8f692e36ecb6 (diff) |
libsrtp, openh264, openssl: Also add the dependency libs
Diffstat (limited to 'recipes/libsrtp.recipe')
-rw-r--r-- | recipes/libsrtp.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
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() |