diff options
Diffstat (limited to 'recipes-support/gnupg/gnupg_1.4.7.bb')
-rw-r--r-- | recipes-support/gnupg/gnupg_1.4.7.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb index 6ccffd5..85636ab 100644 --- a/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/recipes-support/gnupg/gnupg_1.4.7.bb | |||
@@ -18,6 +18,7 @@ SRC_URI = "${GNUPG_MIRROR}/gnupg/gnupg-${PV}.tar.bz2 \ | |||
18 | file://CVE-2013-4351.patch \ | 18 | file://CVE-2013-4351.patch \ |
19 | file://CVE-2013-4576.patch \ | 19 | file://CVE-2013-4576.patch \ |
20 | file://CVE-2013-4242.patch \ | 20 | file://CVE-2013-4242.patch \ |
21 | file://fix-ustar-check-issue.patch \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" | 24 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" |
@@ -74,12 +75,13 @@ inherit autotools gettext texinfo | |||
74 | # --disable-regex do not handle regular expressions in trust sigs | 75 | # --disable-regex do not handle regular expressions in trust sigs |
75 | 76 | ||
76 | EXTRA_OECONF = "--disable-ldap \ | 77 | EXTRA_OECONF = "--disable-ldap \ |
77 | --with-zlib=${STAGING_LIBDIR}/.. \ | 78 | --with-zlib=${STAGING_LIBDIR}/.. \ |
78 | --with-bzip2=${STAGING_LIBDIR}/.. \ | 79 | --with-bzip2=${STAGING_LIBDIR}/.. \ |
79 | --disable-selinux-support \ | 80 | --disable-selinux-support \ |
80 | --with-readline=${STAGING_LIBDIR}/.. \ | 81 | --with-readline=${STAGING_LIBDIR}/.. \ |
81 | ac_cv_sys_symbol_underscore=no \ | 82 | ac_cv_sys_symbol_underscore=no \ |
82 | " | 83 | ac_cv_path_TAR=${base_bindir}/tar \ |
84 | " | ||
83 | 85 | ||
84 | # Force gcc's traditional handling of inline to avoid issues with gcc 5 | 86 | # Force gcc's traditional handling of inline to avoid issues with gcc 5 |
85 | CFLAGS += "-fgnu89-inline" | 87 | CFLAGS += "-fgnu89-inline" |