mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:47:11 +02:00
another zlib fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1790 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
854bb425bf
commit
a270bd59c3
@ -22,6 +22,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
|
|||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(PKG_BUILD_DIR); \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
LDSHARED="$(TARGET_CC) -shared -Wl,-soname,libz.so.1" \
|
LDSHARED="$(TARGET_CC) -shared -Wl,-soname,libz.so.1" \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS) $(CFLAGS_LARGEFILE)" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--shared \
|
--shared \
|
||||||
|
Loading…
Reference in New Issue
Block a user