]> git.pld-linux.org Git - packages/rpm.git/commitdiff
re-enable I18NSTRING_TYPE
authorElan Ruusamäe <glen@delfi.ee>
Tue, 10 Jan 2017 18:48:58 +0000 (20:48 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 10 Jan 2017 18:48:58 +0000 (20:48 +0200)
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2017-January/025285.html

i18n-string.patch [new file with mode: 0644]
rpm.spec

diff --git a/i18n-string.patch b/i18n-string.patch
new file mode 100644 (file)
index 0000000..3d59324
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-5.4.17/system.h~       2017-01-10 18:47:02.000000000 +0200
++++ rpm-5.4.17/system.h        2017-01-10 20:46:05.575589766 +0200
+@@ -783,7 +783,7 @@
+ /**
+  * Eliminate RPM_I18NSTRING_TYPE.
+  */
+-#undef        SUPPORT_I18NSTRING_TYPE
++#define SUPPORT_I18NSTRING_TYPE 1
+ /**
+  * Eliminate signature/digest disablers.
index 5ed01f258c9cef64b05237202cc13ea25cc22d78..1006e92ed4fc90431e69dfed6ddc74022e2a5dd1 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -111,6 +111,7 @@ Patch15:    %{name}-debuginfo.patch
 Patch16:       vendor-pld.patch
 Patch17:       %{name}-old-fileconflicts-behaviour.patch
 Patch18:       %{name}-javadeps.patch
+Patch19:       i18n-string.patch
 Patch20:       %{name}-libtool-deps.patch
 Patch21:       %{name}-mimetype.patch
 Patch22:       %{name}-sparc64.patch
@@ -887,6 +888,7 @@ cd -
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 %patch20 -p1
 %patch21 -p1
 %ifarch sparc64
This page took 0.182148 seconds and 4 git commands to generate.