fix zlib cross compiling from non-linux systems
SVN-Revision: 5102
This commit is contained in:
parent
f524e29d80
commit
1aede1e1db
@ -34,6 +34,7 @@ define Build/Configure
|
|||||||
$(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)" \
|
CFLAGS="$(TARGET_CFLAGS) $(CFLAGS_LARGEFILE)" \
|
||||||
|
UNAME_S="Linux" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--shared \
|
--shared \
|
||||||
|
Loading…
Reference in New Issue
Block a user