summaryrefslogtreecommitdiff
path: root/recipes/zlib.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-25 14:06:21 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-25 14:06:21 +0300
commit420637a01eeb99c38af47865553ccbd22bca4050 (patch)
treee0694a6b56a13819ce98a762f31a97589f6e372e /recipes/zlib.recipe
parent8585dcde12bdcf395a0f1717cc60574681013b3a (diff)
Revert "LibtoolLibrary: Auto-detect libraries and versions"
This reverts commit 40779ea8eb0ead12ad8de19021adc94d272f3d7a. It only works on Linux right now and was not meant to be merged yet.
Diffstat (limited to 'recipes/zlib.recipe')
-rw-r--r--recipes/zlib.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/zlib.recipe b/recipes/zlib.recipe
index fa30ec55..8900c837 100644
--- a/recipes/zlib.recipe
+++ b/recipes/zlib.recipe
@@ -36,7 +36,7 @@ class Recipe(recipe.Recipe):
self.configure_options += " --uname=arm-linux-androideabi "
def post_install(self):
- libtool_la = LibtoolLibrary('z', self.config.libdir,
+ libtool_la = LibtoolLibrary('z', 1, 2, 8, self.config.libdir,
self.config.target_platform)
libtool_la.save()
# FIXME This is to workaround a build issue trying to ld to libz.so