]> git.ozlabs.org Git - ppp.git/commit
Revert "pppdump: support building with the system zlib (#189)"
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 31 Dec 2020 05:00:37 +0000 (16:00 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 31 Dec 2020 05:00:37 +0000 (16:00 +1100)
commitefc6162c8d633dc715f2b42b76513b1d2152d484
tree2273d30a6b3113e6113b1d6e4aa803d9f3e2f5d9
parent861202529f60b020c5a6d0c0176c4291856114cc
Revert "pppdump: support building with the system zlib (#189)"

This reverts commit c98cc28f128dffc456488c74b600640057da6994
because of compile errors in pppdump:

cc  -o pppdump pppdump.o deflate.o bsd-comp.o  -lz
/usr/bin/ld: deflate.o: in function `z_incomp':
deflate.c:(.text+0x99): undefined reference to `inflateIncomp'
/usr/bin/ld: deflate.o: in function `z_decomp_alloc':
deflate.c:(.text+0x355): undefined reference to `inflateInit2'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:38: pppdump] Error 1

The copy of zlib here is not the same as the standard upstream zlib;
this version has some extra functions added.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pppdump/Makefile.linux