mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Hinzugefügt:
* NMAP - Netzwerk-Scanner Geändert: * Postfix-Quelle * CAPIINFO war an der falschen Stelle in der Makefile. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@133 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -79,13 +79,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP)/capiinit && ./configure
|
||||
cd $(DIR_APP)/capiinit && make
|
||||
cd $(DIR_APP)/capiinit && make install
|
||||
cd $(DIR_APP)/capiinfo && ./configure
|
||||
cd $(DIR_APP)/capiinfo && make
|
||||
cd $(DIR_APP)/capiinfo && make install
|
||||
cd $(DIR_APP)/capi20 && SED=sed ./configure
|
||||
cd $(DIR_APP)/capi20 && SED=sed make
|
||||
cd $(DIR_APP)/capi20 && make install
|
||||
PPPVER=`grep --max-count=1 VER $(DIR_SRC)/lfs/ppp | awk '{ print $$3 }'` && \
|
||||
cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$$PPPVER" make && PPPVERSIONS="$$PPPVER" make install
|
||||
cd $(DIR_APP)/capiinfo && ./configure
|
||||
cd $(DIR_APP)/capiinfo && make
|
||||
cd $(DIR_APP)/capiinfo && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user