Remove unecessary configure arguments
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 1 Jul 2013 11:27:58 +0000 (04:27 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 1 Jul 2013 11:27:58 +0000 (04:27 -0700)
debian/rules

index 25f4931..92b9b9b 100755 (executable)
@@ -69,6 +69,8 @@ endif
        
 
        ./configure $(confflags) \
+               --config-cache \
+               --disable-developer \
                --prefix=/usr \
                --exec-prefix=/usr \
                --mandir=$(mandir) \
@@ -78,12 +80,8 @@ endif
                --localstatedir=/var \
                --with-raddbdir=$(raddbdir) \
                --with-logdir=/var/log/$(package) \
-               --enable-ltdl-install=no --enable-strict-dependencies \
-               --with-experimental-modules=no \
-               --enable-boilermake \
-               --disable-developer \
-               --with-large-files --with-udpfromto --with-edir \
-               --config-cache \
+               --with-large-files \
+               --with-udpfromto \
                --without-rlm_eap_tnc \
                --with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \
                --with-rlm_sql_postgresql_include_dir=`pg_config --includedir` \