summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-10 14:28:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-10 14:28:34 (GMT)
commit79d04f64d0733a893a9fadd82763cf9660d75e64 (patch)
treecdb3aa7a4a491cd9bcfe02900728252e6ef99e7c /src
parenta209aff68c0d28cfe3b1eecb11fe877dbe6c6863 (diff)
downloadmxe-79d04f64d0733a893a9fadd82763cf9660d75e64.zip
mxe-79d04f64d0733a893a9fadd82763cf9660d75e64.tar.gz
mxe-79d04f64d0733a893a9fadd82763cf9660d75e64.tar.bz2
package gnutls: fix libopts detection causing build failures
http://git.buildroot.net/buildroot/commit/?id=87815fc695bcb4ef5a48c09ab1ffcd0c134da43a
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 b01d126..57b8923 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -31,6 +31,7 @@ define $(PKG)_BUILD
--disable-nls \
--disable-guile \
--disable-doc \
+ --enable-local-libopts \
--with-included-libtasn1 \
--with-libregex='$(PREFIX)/$(TARGET)' \
--with-regex-header=pcreposix.h \