summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-21 10:33:22 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-21 10:33:22 +0100
commit5ed34d2384cae48c45501f30c9e69512fe54b3ec (patch)
tree4cffb77ca5fddcc7b122e56bf9d06b3055303257 /debian/rules
parentacf698e25d466a4a473db914b7bb6f4547182ee8 (diff)
Fix #765447debian/2.3.10-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 1b4c51d..ada966e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --with systemd
override_dh_auto_configure:
+ -test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not
$(ENV_VARS) dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-plugindir=\$${prefix}/lib/openvpn --includedir=\$${prefix}/include/openvpn --enable-pkcs11 --enable-x509-alt-username $(EXTRA_ARGS)