From 3eeebb50aadaf214ecda170ddfc52eb74b431018 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 3 Nov 2008 16:26:51 -0800 Subject: [PATCH] Pass --enable-snat to configure for datapath module also. --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 2ef865b9d..1c8dc246e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,8 @@ MA_DIR ?= /usr/share/modass -include debian/rules.ext +DATAPATH_CONFIGURE_OPTS = --enable-snat + configure: configure-stamp configure-stamp: dh_testdir @@ -35,7 +37,7 @@ configure-stamp: cd _debian && ( \ test -e Makefile || \ ../configure --prefix=/usr --localstatedir=/var --enable-ssl \ - --enable-snat) + $(DATAPATH_CONFIGURE_OPTS)) $(ext_configure) touch configure-stamp @@ -87,7 +89,7 @@ binary-modules: prep-deb-files dh_testroot dh_clean -k tar xzf openflow.tar.gz - cd openflow && ./configure --with-$(l2x)=$(KSRC) + cd openflow && ./configure --with-$(l2x)=$(KSRC) $(DATAPATH_CONFIGURE_OPTS) cd openflow && $(MAKE) -C $(dpdir) install -d -m755 $(DSTDIR) install -m644 openflow/$(dpdir)/*_mod.$(KO)o $(DSTDIR)/ -- 2.45.2