mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Buildfixes...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@336 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -80,13 +80,13 @@ ifeq "$(LFS_PASS)" "install"
|
||||
-mkdir -p /install/lib
|
||||
cd $(DIR_APP) && ./configure --prefix=""
|
||||
cd $(DIR_APP) && make $(MAKETUNING) elf
|
||||
cd $(DIR_APP)/src && make $(MAKETUNING) install-elf DESTDIR="/opt/$(MACHINE)-uClibc"
|
||||
cd $(DIR_APP)/src && make install-elf DESTDIR="/opt/$(MACHINE)-uClibc"
|
||||
rm -vf /opt/$(MACHINE)-uClibc/lib/libslang.so*
|
||||
else
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make elf $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install-elf $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install-elf
|
||||
cd $(DIR_APP) && chmod -v 755 /usr/lib/libslang.so.2.0.6
|
||||
endif
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user