From: Michael Tremer Date: Sat, 5 Sep 2009 10:17:41 +0000 (+0200) Subject: net-snmp: Fix configure command. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415349846bbdb5f10917fcb127b1296591e109e3;p=ipfire-3.x.git net-snmp: Fix configure command. --- diff --git a/lfs/net-snmp b/lfs/net-snmp index 4142408bc..f25100332 100644 --- a/lfs/net-snmp +++ b/lfs/net-snmp @@ -80,16 +80,19 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --with-default-snmp-version=2 \ - --with-sys-contact=root@ \ - --with-sys-location=localhost \ - --with-logfile=/var/log/snmpd.log \ - --with-persistent-directory=/var/net-snmp \ - --libdir=/usr/lib \ - --sysconfdir=/etc \ - --disable-embedded-perl + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libdir=/usr/lib \ + --with-default-snmp-version=2 \ + --with-sys-contact=root@ \ + --with-sys-location=localhost \ + --with-logfile=/var/log/snmpd.log \ + --with-persistent-directory=/var/net-snmp \ + --disable-embedded-perl + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install