Skip to content

Commit

Permalink
xml2 need to link zlib -lz
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 26, 2024
1 parent 28ad3f7 commit 9d70007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuild/linkweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pushd src/backend
../../src/timezone/strftime.o \
../../pg_initdb.o"

PG_L="../../src/common/libpgcommon_srv.a ../../src/port/libpgport_srv.a ../.././src/interfaces/libpq/libpq.a -L$PREFIX/lib -lxml2"
PG_L="../../src/common/libpgcommon_srv.a ../../src/port/libpgport_srv.a ../.././src/interfaces/libpq/libpq.a -L$PREFIX/lib -lxml2 -lz"

if $DEBUG
then
Expand Down

0 comments on commit 9d70007

Please sign in to comment.