changeset 386:a0cb829aa676

replace "sed" with the correct sed variant in a Makfile of package gnutls
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 10 Jun 2009 22:03:03 +0200
parents f1ecc32b1b39
children 32c67fe1a65e
files src/gnutls.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Wed Jun 10 14:39:38 2009 +0200
+++ b/src/gnutls.mk	Wed Jun 10 22:03:03 2009 +0200
@@ -19,6 +19,7 @@
 
 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 \