mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Update for numerous lfs-files: removed deprecated configure options
Also includes some reformatting, but no changes to configuration. Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3a44597467
commit
8f6e4eaff7
@@ -81,8 +81,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/automake-1.15_perl_warning.patch
|
||||
cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls \
|
||||
--docdir=/usr/share/doc/automake-1.15
|
||||
cd $(DIR_APP) && ./configure \
|
||||
--prefix=$(PREFIX) \
|
||||
--docdir=/usr/share/doc/automake-1.15
|
||||
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user