Remove --enable-strict-dependencies from the top-level "configure"
authornbk <nbk>
Sat, 5 Jan 2008 02:45:02 +0000 (02:45 +0000)
committernbk <nbk>
Sat, 5 Jan 2008 02:45:02 +0000 (02:45 +0000)
flags. Debian doesn't have a package for libeap-ikev2, so it's
impossible to meet all the dependencies.

debian/rules

index 337e001..9de0214 100755 (executable)
@@ -70,7 +70,6 @@ configure-stamp: patch-stamp
                --with-logdir=/var/log/$(package) \
                --with-system-libtool --disable-ltdl-install \
                --with-large-files --with-udpfromto --with-edir \
-               --enable-strict-dependencies \
                --enable-developer \
                --with-rlm-sql-postgresql-lib-dir=`pg_config --libdir` \
                --with-rlm-sql-postgresql-include-dir=`pg_config --includedir`