openttd: help configure to find zlib.a
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 03:30:16 +0000 (03:30 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 03:30:16 +0000 (03:30 +0000)
packages/openttd/openttd.inc
packages/openttd/openttd_0.6.0.bb

index a27da0f..949bffe 100644 (file)
@@ -30,7 +30,7 @@ do_configure() {
     --prefix-dir=${prefix} \
     --binary-dir=bin \
     --with-midi=/bin/true \
-    --with-zlib \
+    --with-zlib=${STAGING_LIBDIR} \
     --with-png \
     --with-freetype \
     --cc-build=gcc \
index 893551a..ecacb2d 100644 (file)
@@ -1,6 +1,6 @@
 require openttd.inc 
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://openttd_0.6.0-buildfix.patch;patch=1"