diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 20:03:03 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 20:03:03 (GMT) |
commit | 917a20bb99e71e4d69bcbfec7d6f7877b5ca0b29 (patch) | |
tree | ff51f24afeca0296af59a3f5e814c7e150f72226 /src | |
parent | 39a7ea6a017475af94660270b3f079d2aa919ea2 (diff) | |
download | mxe-917a20bb99e71e4d69bcbfec7d6f7877b5ca0b29.zip mxe-917a20bb99e71e4d69bcbfec7d6f7877b5ca0b29.tar.gz mxe-917a20bb99e71e4d69bcbfec7d6f7877b5ca0b29.tar.bz2 |
replace "sed" with the correct sed variant in a Makfile of package gnutls
Diffstat (limited to 'src')
-rw-r--r-- | src/gnutls.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk index 987b87a..227e7eb 100644 --- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -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 \ |