summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-08 19:59:24 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-08 19:59:24 +0000
commit4184f49bebf401c7f61aa045b0265c509b64df15 (patch)
tree46f1ab404dbc908c9abc6336cbb0145d0de7b319 /packages/gnutls/gnutls.inc
parentf5169bb4213c59f9a82ed15441f22a3fe3129fd9 (diff)
gnutls (all) fix pkgconfig file at the proper location
Diffstat (limited to 'packages/gnutls/gnutls.inc')
-rw-r--r--packages/gnutls/gnutls.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index 781267093c..6400e80b11 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -7,10 +7,10 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
inherit autotools binconfig pkgconfig
-EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
+EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1"
# fix wrong dependency
-do_configure_append() {
+do_configure_prepend() {
sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
}