From 1f093135895b69177bc7a1c960eb5b9acee58a4b Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Tue, 3 Feb 2015 22:55:10 +0100 Subject: [PATCH] gnutls: Remove stray ltmain.sh. --- src/gnutls.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gnutls.mk b/src/gnutls.mk index 12417a6c..96a3b4d5 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'