made some build fixes

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1165 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2008-01-28 17:25:19 +00:00
parent e1e3dbe5a8
commit b72fd0e404
6 changed files with 6 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
# a site you should change its URL to that of a suitable mirror site.
#
URL_IPFIRE = http://source.ipfire.org/othersrc
URL_TOOLCHAIN = http://source.ipfire.org/toolchain
URL_TOOLCHAIN = http://source.ipfire.org/toolchains
# Default compiler optimizations.
#

View File

@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --localstatedir=/var \
cd $(DIR_APP) && ./configure --prefix=/usr --localstatedir=/var \
--disable-{apache,apple_sensors,csv,ipvs,memcached,mysql,netlink,nginx,nut} \
--disable-{perl,serial,sensors,snmp,tape,vserver,wireless,xmms} \
--enable-{apcups,battery,cpu{,freq},df,disk,dns,email,entropy,exec,hddtemp} \