diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:01:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:01:11 +0000 |
commit | 5df69538683899016c99bc52343036994097b734 (patch) | |
tree | d93c328f9522dae35a2470f365f4b3d0109c4d26 /packages/gnutls/gnutls.inc | |
parent | b16c10c2454356284d5b2dc1ab6ad62b4a89e86a (diff) |
gnutls: Add patch to fix bogus -L and -I compiler options being used (from poky)
Diffstat (limited to 'packages/gnutls/gnutls.inc')
-rw-r--r-- | packages/gnutls/gnutls.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc index ab5ba1d1d0..2211d5f798 100644 --- a/packages/gnutls/gnutls.inc +++ b/packages/gnutls/gnutls.inc @@ -6,7 +6,8 @@ LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ file://gnutls-openssl.patch;patch=1 \ - file://gnutls-texinfo-euro.patch;patch=1" + file://gnutls-texinfo-euro.patch;patch=1 \ + file://configure_madness.patch;patch=1 " inherit autotools binconfig pkgconfig |