]> The Tcpdump Group git mirrors - tcpdump/commit
configure: add -fPIC to CFLAGS, not V_CCOPT, on Haiku.
authorGuy Harris <[email protected]>
Mon, 13 Feb 2023 08:28:09 +0000 (00:28 -0800)
committerGuy Harris <[email protected]>
Mon, 13 Feb 2023 08:28:09 +0000 (00:28 -0800)
commit9c3f8381e1db212523af0b5398bc6ad1993fc304
tree2ce1a0c44625521771c0c19ec31defb921f226cf
parent21f46b9600c4886b83dd2dbc4db1efb2bfdc722d
configure: add -fPIC to CFLAGS, not V_CCOPT, on Haiku.

THat forces *all* uses of the C compiler, whether it's being used in
configure-script tests or used to compile tcpdump, to gave -fPIC, which
is necessary on Haiku in order for linking to work.  Otherwise,
configure script tests that involve linking will fail.
aclocal.m4
configure.ac