comparison src/xz.mk @ 6431:e5ffad81f0ce

pass egrep to xz * src/xz.mk: add (e)grep to input env vars * Makefile.in: find (e)grep if can
author John Donoghue <john.donoghue@ieee.org>
date Mon, 26 Sep 2022 13:12:51 -0400
parents 1f09fa71561b
children cb9f15924b22
comparison
equal deleted inserted replaced
6430:8c787c429502 6431:e5ffad81f0ce
15 $(SED) -n 's,.*xz-\([0-9][^>]*\)\.tar.*,\1,p' | \ 15 $(SED) -n 's,.*xz-\([0-9][^>]*\)\.tar.*,\1,p' | \
16 head -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && autoreconf -fi && ./configure \ 20 cd '$(1)' && autoreconf -fi && EGREP=$(EGREP) ./configure \
21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 --prefix='$(HOST_PREFIX)' \ 22 --prefix='$(HOST_PREFIX)' \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 --disable-threads \ 24 --disable-threads \
25 --disable-nls 25 --disable-nls