diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-03-10 14:28:34 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-03-10 14:28:34 (GMT) |
commit | 79d04f64d0733a893a9fadd82763cf9660d75e64 (patch) | |
tree | cdb3aa7a4a491cd9bcfe02900728252e6ef99e7c /src/gnutls.mk | |
parent | a209aff68c0d28cfe3b1eecb11fe877dbe6c6863 (diff) | |
download | mxe-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/gnutls.mk')
-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 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 \ |