net-snmp changed to PREFIX=/usr

This commit is contained in:
Peter Pfeiffer
2009-04-01 14:31:38 +02:00
parent e923ad8aa6
commit 29c169f4d9
3 changed files with 510 additions and 512 deletions

View File

@@ -77,7 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure \
--prefix=/usr/local \
--prefix=/usr \
--with-default-snmp-version="2" \
--with-sys-contact="root@" \
--with-sys-location="localhost" \