Package: xtables-addons-source
Version: 1.14-1
Severity: serious
Tags: patch
The configure script in xtables-addons-source requires pkg-config to be
available:
checking for libxtables... configure: error: in
`/usr/src/modules/xtables-addons':
configure: error: The pkg-config script could not be found or is too old. Make
sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables libxtables_CFLAGS
and libxtables_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details.
make[1]: *** [binary-modules] Error 1
make[1]: Leaving directory `/usr/src/modules/xtables-addons'
make: *** [kdist_build] Error 2
BUILD FAILED!
I have attached a patch.
Thanks,
--
John Wright <[email protected]>
diff --git a/debian/control b/debian/control
index 0c4d347..11e3cf4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Depends: module-assistant,
debhelper (>= 5),
make,
bzip2,
+ pkg-config,
iptables-dev
Description: Source for the xtables-addons driver
This package provides the source code for the xtables-addons kernel modules.