Skip to content

Commit

Permalink
removed '-lz' because there is no need for exporting third party libr…
Browse files Browse the repository at this point in the history
…aries in the linker flags
  • Loading branch information
mbroemme committed Aug 6, 2008
1 parent 5fe4608 commit 94e166c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmpq-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ while test "$#" -gt "0"; do
;;
--libs)
libdirs="-L@libdir@"
echo "$libdirs -lmpq -lz"
echo "$libdirs -lmpq"
;;
*)
echo "${usage}" 1>&2
Expand Down
2 changes: 1 addition & 1 deletion libmpq.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ includedir=@includedir@
Name: libmpq
Description: GPL version of the libmpq library
Version: @VERSION@
Libs: -L${libdir} -lmpq -lz
Libs: -L${libdir} -lmpq
Cflags: -I${includedir}/libmpq @LFS_CFLAGS@

0 comments on commit 94e166c

Please sign in to comment.