Skip to content

Commit

Permalink
Merge pull request #5 from yaynstuff/master
Browse files Browse the repository at this point in the history
Linux: Dont enable bzip2 support in libfreetype
  • Loading branch information
nat-goodspeed authored Mar 11, 2024
2 parents 6d5ea9b + f1f570c commit 3a5f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pushd "$FREETYPELIB_SOURCE_DIR"
CXXFLAGS="$opts" \
CPPFLAGS="-I$stage/packages/include/zlib-ng" \
LDFLAGS="$plainopts -L$stage/packages/lib/release -Wl,--exclude-libs,libz" \
./configure --with-pic \
./configure --with-pic --without-bzip2 \
--prefix="$stage" --libdir="$stage"/lib/release/
make -j$(nproc)
make install
Expand Down

0 comments on commit 3a5f503

Please sign in to comment.