There was an error while loading. Please reload this page.
1 parent 37bb005 commit 72078b9Copy full SHA for 72078b9
1 file changed
scripts/012-libxml2-2.9.12.sh
@@ -28,8 +28,12 @@ mkdir build-ppu && cd build-ppu
28
## Configure the build.
29
CFLAGS="-I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include" \
30
LDFLAGS="-L$PSL1GHT/ppu/lib -L$PS3DEV/portlibs/ppu/lib -lrt -llv2" \
31
+PKG_CONFIG_LIBDIR="$PS3DEV/portlibs/ppu/lib/pkgconfig" \
32
PKG_CONFIG_PATH="$PS3DEV/portlibs/ppu/lib/pkgconfig" \
-../configure --prefix="$PS3DEV/portlibs/ppu" --host="powerpc64-ps3-elf" --enable-static --disable-shared --without-ftp --without-http --without-python
33
+../configure --prefix="$PS3DEV/portlibs/ppu" --host="powerpc64-ps3-elf" \
34
+ --enable-static --disable-shared \
35
+ --without-ftp --without-http --without-python \
36
+ --without-lzma
37
38
## Compile and install.
39
jobs=$(nproc 2>/dev/null || sysctl -n hw.ncpu)
0 commit comments