replace "sed" with the correct sed variant in a Makfile of package gnutls

pull/13/head
Volker Grabsch 15 years ago
parent 39a7ea6a01
commit 917a20bb99

@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
echo '/* DEACTIVATED */' > '$(1)/gl/gai_strerror.c'
$(SED) 's, sed , $(SED) ,g' -i '$(1)/gl/tests/Makefile.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \

Loading…
Cancel
Save