OpenSwan RC nach den Vorgaben von "affect" installiert.

Zurueck zu ReiserFS, da wir mit Reiser4 noch ein paar Probleme haben und wir die Prioritaeten noch auf andere Sachen legen muessen. :'(


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@445 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-11 20:09:05 +00:00
parent a4ef0403a8
commit 76ed51e8f6
14 changed files with 59645 additions and 56 deletions

View File

@@ -72,9 +72,15 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
ifeq "$(PASS)" "install"
cd $(DIR_APP) && ./configure --prefix=/ --enable-zlib
cd $(DIR_APP) && make
cd $(DIR_APP) && install -m 0755 insmod.static /sbin/insmod.static
else
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/module-init-tools-3.2.2-modprobe-1.patch
cd $(DIR_APP) && ./configure --prefix=/ --disable-nls --enable-zlib
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make INSTALL=install install
@rm -rf $(DIR_APP)
@$(POSTBUILD)
endif