diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:32:26 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 14:32:26 +0000 |
commit | 64e5893f142c75912beafe39715da53647dd2ee4 (patch) | |
tree | 78cbbdde98371f6d58e1ef406e9b99c0dc6de3aa /patches | |
parent | 7f17bb6c4d94b00e724fa8672da50cd33d6d6c91 (diff) | |
download | midipix_build-64e5893f142c75912beafe39715da53647dd2ee4.tar.bz2 midipix_build-64e5893f142c75912beafe39715da53647dd2ee4.tar.xz |
Adds --rpm: [b]uild RPM packages for each package built; selects host_tools_rpm.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/rpm-4.14.1.local.patch | 5 | ||||
l--------- | patches/rpm_host-4.14.1.local.patch | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/rpm-4.14.1.local.patch b/patches/rpm-4.14.1.local.patch index 904ee921..122f5a95 100644 --- a/patches/rpm-4.14.1.local.patch +++ b/patches/rpm-4.14.1.local.patch @@ -287,12 +287,11 @@ Only in rpm-4.14.1: macros.in.orig diff -ru rpm-4.14.1.orig/rpmio/digest_openssl.c rpm-4.14.1/rpmio/digest_openssl.c --- rpm-4.14.1.orig/rpmio/digest_openssl.c 2017-10-05 12:04:57.554602041 +0200 +++ rpm-4.14.1/rpmio/digest_openssl.c 2018-04-01 02:39:06.081268659 +0200 -@@ -175,8 +175,11 @@ +@@ -175,8 +175,10 @@ case PGPHASHALGO_RIPEMD160: return EVP_ripemd160(); -+/* This should be a ifndef libressl... */ -+#ifndef __midipix__ ++#ifndef LIBRESSL_VERSION_NUMBER case PGPHASHALGO_MD2: return EVP_md2(); +#endif diff --git a/patches/rpm_host-4.14.1.local.patch b/patches/rpm_host-4.14.1.local.patch new file mode 120000 index 00000000..171da06e --- /dev/null +++ b/patches/rpm_host-4.14.1.local.patch @@ -0,0 +1 @@ +rpm-4.14.1.local.patch
\ No newline at end of file |