From 60d05c0d16bbdec70317d5deac0be56d83c11bed Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Sun, 8 Jul 2012 13:39:39 +0200 Subject: upload --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 4daf950c1..9df5797ff 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ # but it actually doesn't do much, so maybe we don't need it DEB_BUILD_ARCH_CPU ?=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU) ifeq ($(DEB_BUILD_ARCH_CPU),i386) - CONFIGUREARGS += --enable-padlock + CONFIGUREARGS += --enable-padlock endif ifeq ($(DEB_BUILD_ARCH_OS),linux) @@ -47,7 +47,6 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) CONFIGUREARGS += --disable-kernel-netlink \ --enable-kernel-pfkey --enable-kernel-pfroute \ --disable-pluto --with-group=wheel - #--disable-tools --disable-scripts --disable-pluto --with-group=wheel endif override_dh_auto_configure: -- cgit v1.2.3