diff options
author | Mika Laitio <lamikr@cc.jyu.fi> | 2006-11-18 18:17:14 +0100 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-11-18 18:17:14 +0100 |
commit | c9aeefb9466529eb812abe6172df4ee02a3946f9 (patch) | |
tree | 4dcb5d6dcced355c1c834407df2a63b21172ecef /org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb | |
parent | 7b608a62ebc89b5548deb161c184c7a5761e62bd (diff) |
gnutls: add autoconf macros missing in autoconf 2.59.
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb')
-rw-r--r-- | org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb b/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb index 0391f59..d5b2fb8 100644 --- a/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb +++ b/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb @@ -4,11 +4,16 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ + file://onceonly.m4 \ file://gnutls-openssl.patch;patch=1 \ file://gnutls-texinfo-euro.patch;patch=1" inherit autotools binconfig pkgconfig +do_configure_prepend() { + cp ${WORKDIR}/onceonly.m4 ${S}/m4/ +} + PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" |