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

This commit is contained in:
Volker Grabsch 2009-06-10 22:03:03 +02:00
parent 39a7ea6a01
commit 917a20bb99
1 changed files with 1 additions and 0 deletions

View File

@ -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 \