diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-08-08 11:47:45 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-08-08 11:47:45 +0000 |
commit | 02c35cbf6612509ba819710882ed5f3789c715fd (patch) | |
tree | af0cd6ca28110ded640d8f1190fa47401d4e4e65 /packages/p3scan/p3scan_2.9.05d.bb | |
parent | 30465a5a5c773c1d8d30e17621e950e78088d5ea (diff) |
p3scan 2.9.05d: Fix up configure.in to work with the recently updated
m4/autotools. It wasn't happy about the lack of a new line at the end of
configure.in.
Diffstat (limited to 'packages/p3scan/p3scan_2.9.05d.bb')
-rw-r--r-- | packages/p3scan/p3scan_2.9.05d.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/p3scan/p3scan_2.9.05d.bb b/packages/p3scan/p3scan_2.9.05d.bb index 328ae6ede0..38739341e6 100644 --- a/packages/p3scan/p3scan_2.9.05d.bb +++ b/packages/p3scan/p3scan_2.9.05d.bb @@ -6,11 +6,12 @@ SECTION = "network" LICENSE = "GPLv2" DEPENDS = "gmp bzip2 zlib clamav openssl" RDEPENDS_${PN} = "${PN}-templates-en" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/p3scan/p3scan-2.9.05d.tar.gz \ file://libtool-fix.patch;patch=1 \ file://dont-search-use-include.patch;patch=1 \ + file://configure.in-add-newline.patch;patch=1 \ file://p3scan.init \ file://p3scan.conf \ file://doc.configure.txt \ |