diff options
Diffstat (limited to 'meta-oe/recipes-support/procmail/procmail_3.22.bb')
-rw-r--r-- | meta-oe/recipes-support/procmail/procmail_3.22.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index 16917666a4..47c8310eaf 100644 --- a/meta-oe/recipes-support/procmail/procmail_3.22.bb +++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb | |||
@@ -12,8 +12,13 @@ SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${BPN}/${BP}.tar.gz \ | |||
12 | file://from-debian-to-fix-compile-errors.patch \ | 12 | file://from-debian-to-fix-compile-errors.patch \ |
13 | file://from-debian-to-modify-parameters.patch \ | 13 | file://from-debian-to-modify-parameters.patch \ |
14 | file://from-debian-to-fix-man-file.patch \ | 14 | file://from-debian-to-fix-man-file.patch \ |
15 | file://man-file-mailstat.1-from-debian.patch" | 15 | file://man-file-mailstat.1-from-debian.patch \ |
16 | SRC_URI[md5sum] = "1678ea99b973eb77eda4ecf6acae53f1" | 16 | file://CVE-2014-3618.patch \ |
17 | file://CVE-2017-16844.patch \ | ||
18 | file://gcc14.patch \ | ||
19 | file://0001-fix-uname-declaration.patch \ | ||
20 | file://0001-fix-too-many-arguments-issue.patch \ | ||
21 | " | ||
17 | SRC_URI[sha256sum] = "087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117" | 22 | SRC_URI[sha256sum] = "087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117" |
18 | 23 | ||
19 | LICENSE = "GPL-2.0-only & Artistic-1.0" | 24 | LICENSE = "GPL-2.0-only & Artistic-1.0" |
@@ -22,6 +27,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a71e50e197a992c862379e576e669757 \ | |||
22 | 27 | ||
23 | DEPENDS = "libnet" | 28 | DEPENDS = "libnet" |
24 | inherit autotools-brokensep | 29 | inherit autotools-brokensep |
30 | |||
25 | do_configure() { | 31 | do_configure() { |
26 | find examples -type f | xargs chmod 644 | 32 | find examples -type f | xargs chmod 644 |
27 | export CC="${BUILD_CC}" | 33 | export CC="${BUILD_CC}" |
@@ -33,7 +39,7 @@ do_configure() { | |||
33 | } | 39 | } |
34 | 40 | ||
35 | do_compile() { | 41 | do_compile() { |
36 | oe_runmake -i TARGET_CFLAGS="$TARGET_CFLAGS -Wno-comments -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS0="${LDFLAGS}" | 42 | oe_runmake -i CFLAGS="$TARGET_CFLAGS -Wno-comments -Wno-implicit-int -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS0="${LDFLAGS}" |
37 | } | 43 | } |
38 | 44 | ||
39 | do_install() { | 45 | do_install() { |