diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-13 19:56:58 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-13 19:56:58 +0000 |
commit | 210caef864c14cf30c224f2ae09253bdf6932d7e (patch) | |
tree | c06e7ab0da63eed24495229b75bf7b6395c190b7 /meta/packages/gnutls/gnutls.inc | |
parent | 18f2e2772aa8a741317639bcd82be013277922bb (diff) | |
download | openembedded-core-210caef864c14cf30c224f2ae09253bdf6932d7e.tar.gz openembedded-core-210caef864c14cf30c224f2ae09253bdf6932d7e.tar.bz2 openembedded-core-210caef864c14cf30c224f2ae09253bdf6932d7e.zip |
gnutls: Remove some bad flags from configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3142 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnutls/gnutls.inc')
-rw-r--r-- | meta/packages/gnutls/gnutls.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index ab5ba1d1d0..2211d5f798 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/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 |