Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Jan 21, 2025
1 parent c567a0b commit 9e27d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jbig2enc.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export CFLAGS
CPPFLAGS=${CFLAGS}
export CPPFLAGS

LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lpng -lz -lzstd -llzma -lsharpyuv'
LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lsharpyuv -lpng -lz -lzstd -llzma'
export LIBS

# LDFLAGS+=" $(PKG_CONFIG_PATH=${PKG_CONFIG_PATH} pkg-config --libs-only-L libtiff-4)"
Expand Down
1 change: 1 addition & 0 deletions libtiff.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ local _conf=(
# --disable-rpath
--disable-shared
--with-pic
--disable-jbig
)

./configure "${_conf[@]}"
Expand Down

0 comments on commit 9e27d5d

Please sign in to comment.