mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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:
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user