mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
libxcrypt: fix toolchain build
was built with gcc from host instead of gcc pass1. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -33,6 +33,8 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
|
||||
ifeq "$(TOOLCHAIN)" "1"
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-tools
|
||||
EXTRACONFIG = --host=$(CROSSTARGET) \
|
||||
--target=$(CROSSTARGET)
|
||||
else
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
endif
|
||||
@@ -78,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && autoreconf -vfi
|
||||
cd $(DIR_APP) && \
|
||||
./configure \
|
||||
$(EXTRACONFIG) \
|
||||
--prefix=$(PREFIX) \
|
||||
--disable-static \
|
||||
--enable-hashes=strong,glibc \
|
||||
|
||||
Reference in New Issue
Block a user