summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 3ece6e7..62f0cce 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -18,10 +18,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- $(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
- cd '$(1)' && autoreconf -fi -I m4 -I gl/m4 -I src/libopts/m4
- # skip the run test for libregex support since we are cross compiling
- $(SED) -i 's/libopts_cv_with_libregex=no/libopts_cv_with_libregex=yes/g;' '$(1)/configure'
# AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.
# Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx
cd '$(1)' && ./configure \