]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/glibc-localedef-no-archive.patch
fontconfig: update to 2.13.1
[people/pmueller/ipfire-2.x.git] / src / patches / glibc-localedef-no-archive.patch
index c4a39f6e1f1aa6fd8e3a7d6f1e05a2598fe6f2fc..40bc68dc36976c73a7f3269715e63e1dbb8aaf2d 100644 (file)
@@ -1,11 +1,10 @@
-diff -Nrup a/localedata/Makefile b/localedata/Makefile
---- a/localedata/Makefile      2012-06-05 07:42:49.000000000 -0600
-+++ b/localedata/Makefile      2012-06-07 12:15:21.776318827 -0600
-@@ -211,6 +211,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
+--- glibc-2.27/localedata/Makefile~    2018-02-07 22:31:00.968944449 +0000
++++ glibc-2.27/localedata/Makefile     2018-02-07 22:31:26.201764894 +0000
+@@ -223,6 +223,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
        echo -n '...'; \
        input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
-       $(LOCALEDEF) --alias-file=../intl/locale.alias \
+       $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
 +                   --no-archive \
-                    -i locales/$$input -c -f charmaps/$$charset \
+                    -i locales/$$input -f charmaps/$$charset \
                     $(addprefix --prefix=,$(install_root)) $$locale \
        && echo ' done'; \