diff options
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 02008c98..91013a71 100644 --- a/recipes/libsrtp.recipe +++ b/recipes/libsrtp.recipe @@ -27,6 +27,7 @@ class Recipe(recipe.Recipe): shutil.copy(os.path.join(self.build_dir, 'srtp.def'), libdir) def post_install(self): - libtool_la = LibtoolLibrary('srtp', self.config.libdir, + # 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) libtool_la.save() |