mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-21 12:04:56 +02:00
doc: deprecate --with-xtlibdir configure option
This commit is contained in:
13
INSTALL
13
INSTALL
@@ -4,7 +4,7 @@ Installation instructions for Xtables-addons
|
|||||||
Xtables-addons uses the well-known configure(autotools) infrastructure
|
Xtables-addons uses the well-known configure(autotools) infrastructure
|
||||||
in combination with the kernel's Kbuild system.
|
in combination with the kernel's Kbuild system.
|
||||||
|
|
||||||
$ ./configure --with-xtlibdir=SEE_BELOW
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
# make install
|
# make install
|
||||||
|
|
||||||
@@ -60,11 +60,12 @@ Configuring and compiling
|
|||||||
--with-xtlibdir=
|
--with-xtlibdir=
|
||||||
|
|
||||||
Specifies the path to where the newly built extensions should
|
Specifies the path to where the newly built extensions should
|
||||||
be installed when `make install` is run. It uses the same
|
be installed when `make install` is run. The default is to
|
||||||
default as the Xtables/iptables package, ${libexecdir}/xtables,
|
use the same path that Xtables/iptables modules use, as
|
||||||
but you may need to specify this nevertheless, as autotools
|
determined by `pkg-config xtables --variable xtlibdir`.
|
||||||
defaults to using /usr/local as prefix, and distributions put
|
Thus, this option normally does NOT need to be specified
|
||||||
the files in differing locations.
|
anymore, even if your distribution put modules in a strange
|
||||||
|
location.
|
||||||
|
|
||||||
If you want to enable debugging, use
|
If you want to enable debugging, use
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user