diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-08 13:39:39 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-08 13:39:39 +0200 |
commit | 60d05c0d16bbdec70317d5deac0be56d83c11bed (patch) | |
tree | 3b5cfddf52d872ed6ddcb8d0e45d389f199b00f7 /debian/rules | |
parent | b1803f7e71f6647d2824658cf6523d9a071de073 (diff) | |
download | vyos-strongswan-60d05c0d16bbdec70317d5deac0be56d83c11bed.tar.gz vyos-strongswan-60d05c0d16bbdec70317d5deac0be56d83c11bed.zip |
upload
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
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: |