summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-02-07 03:40:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-02-07 03:40:39 (GMT)
commitd9eb88bab46f8c1ecde201664075843b7f403e7c (patch)
tree884e8025769e9d05d8e7920ec0b4b888766685f3 /src
parent614062a4e0241ef47ba08f37790fe692d900be16 (diff)
parent1f093135895b69177bc7a1c960eb5b9acee58a4b (diff)
downloadmxe-d9eb88bab46f8c1ecde201664075843b7f403e7c.zip
mxe-d9eb88bab46f8c1ecde201664075843b7f403e7c.tar.gz
mxe-d9eb88bab46f8c1ecde201664075843b7f403e7c.tar.bz2
Merge pull request #623 from TobiX/gnutls-libtool-conflict
gnutls: Remove stray ltmain.sh.
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 12417a6..96a3b4d 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
$(SED) -i 's, sed , $(SED) ,g' '$(1)/gl/tests/Makefile.am'
+ rm '$(1)/ltmain.sh'
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'