- build with prefix=/usr
This commit is contained in:
Stephan Raue 2010-01-21 14:51:38 +01:00
parent d69b2b0b69
commit 7e220fb435

View File

@ -23,7 +23,7 @@ case $TARGET_ARCH in
esac
cd $PKG_BUILD
./Configure zlib-dynamic threads shared no-idea no-mdc2 no-rc5 no-krb5 --prefix=$SYSROOT_PREFIX/usr $TARGET
./Configure zlib-dynamic threads shared no-idea no-mdc2 no-rc5 no-krb5 --prefix=/usr $TARGET
make CC=$CC LD=$LD RANLIB=$RANLIB all build-shared
make CC=$CC LD=$LD RANLIB=$RANLIB do_linux-shared
make CC=$CC LD=$LD RANLIB=$RANLIB install_sw
make CC=$CC LD=$LD RANLIB=$RANLIB INSTALL_PREFIX=$SYSROOT_PREFIX install_sw