mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ipac-ng fix
uClibc fix pam-patch fix git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@50 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
# cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-iptables-1.3.1.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fetchcounter.patch
|
||||
# cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fetchcounter.patch
|
||||
cd $(DIR_APP) && sed -i -e 's%/var/lib/ipac%/var/log/ip-acct%g' configure
|
||||
cd $(DIR_APP) && chmod 755 configure
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --enable-default-storage=gdbm
|
||||
|
||||
@@ -35,8 +35,8 @@ include Config
|
||||
VER = 0.9.26
|
||||
|
||||
THISAPP = uClibc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = http://uclibc.org/downloads
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = http://ipcop.ath.cx
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
@@ -49,7 +49,7 @@ objects = $(DL_FILE) gcc-3.3.1.tar.gz
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
gcc-3.3.1.tar.gz = $(URL_GNU)/gcc/gcc-3.3.1.tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = 7212713c432dd0de6ec2140c2a6212e4
|
||||
$(DL_FILE)_MD5 = b63183651a1b13456c20387ea88b018f
|
||||
gcc-3.3.1.tar.gz_MD5 = 46d58197212818b5f7c403267ff24e4e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user