make needs the full blown gnu glob(), so teach it to use a local copy
This commit is contained in:
parent
c3c100b63f
commit
daa2256049
@ -24,6 +24,9 @@ $(GNUMAKE_DIR)/.configured: $(GNUMAKE_DIR)/.unpacked
|
||||
(cd $(GNUMAKE_DIR); rm -rf config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
make_cv_sys_gnu_glob=no \
|
||||
GLOBINC='-I$(GNUMAKE_DIR)/glob' \
|
||||
GLOBLIB=glob/libglob.a \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user