commit 3056ade
hovercats
·
2024-10-07 19:24:21 +0000 UTC
parent 6be940e
repo/mupdf: use jbig2dec header and lib from oasis
3 files changed,
+3,
-3
+2,
-1
1@@ -3,6 +3,7 @@
2 export DESTDIR="$1"
3 export LDFLAGS="$LDFLAGS -static-pie"
4 export CFLAGS="$CFLAGS \
5+ -I/src/oakiss/out/pkg/jbig2dec/include \
6 -fPIE \
7 -DNDEBUG \
8 -DFZ_ENABLE_JS=0 \
9@@ -29,7 +30,7 @@ make \
10 USE_SYSTEM_OPENJPEG=no \
11 USE_SYSTEM_LIBS=yes \
12 shared=no \
13- THIRD_LIBS="/usr/lib/*.a -lfreetype -lharfbuzz -lfontconfig -ljbig2dec -ljpeg -lz -lpng16" \
14+ THIRD_LIBS="/usr/lib/*.a -lfreetype -lharfbuzz -lfontconfig -ljpeg -lz -lpng16 /src/oakiss/out/pkg/jbig2dec/libjbig2dec.a" \
15 X11_LIBS="-lxcb -lX11 -lXau -lXext" \
16 install-apps install-docs
17
+0,
-1
1@@ -1,5 +1,4 @@
2 freetype-harfbuzz make
3-jbig2dec make
4 libX11 make
5 libXau make
6 libXext make
+1,
-1
1@@ -1 +1 @@
2-1.24.8 1
3+1.24.8 2