diff options
author | Rene Wagner <rw@handhelds.org> | 2006-11-18 18:24:40 +0100 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-11-18 18:24:40 +0100 |
commit | 48747b05409ddd791c0323e0bdc8430cd6a3b6f8 (patch) | |
tree | 8df8e5ac5cb92ceda9d2838c21ab6f76a0ce8428 | |
parent | c9aeefb9466529eb812abe6172df4ee02a3946f9 (diff) |
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb | 4 |
1 files changed, 3 insertions, 1 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 d5b2fb8..8325106 100644 --- a/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb +++ b/org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb @@ -2,6 +2,7 @@ DESCRIPTION = "GNU Transport Layer Security Library" DEPENDS = "zlib libgcrypt lzo" HOMEPAGE = "http://www.gnu.org/software/gnutls/" LICENSE = "LGPL" +PR = "r1" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ file://onceonly.m4 \ @@ -10,8 +11,9 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ inherit autotools binconfig pkgconfig -do_configure_prepend() { +do_configure() { cp ${WORKDIR}/onceonly.m4 ${S}/m4/ + autotools_do_configure } PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" |