Skip to content

Commit

Permalink
x86 (32 bit intel) glibc patch added
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxmon committed Nov 3, 2019
1 parent 33d118c commit a47f728
Showing 1 changed file with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -80,6 +80,12 @@
# The path to the compiled binary locale archive or compiled locales,
# along with the parent path to the source locales and source
# charmaps.
+complocaledir = /opt/usr/lib/locale
+i18ndir = /opt/usr/share/i18n
+rtld-LDFLAGS = -Wl,--dynamic-linker=/opt/lib/ld-linux.so.2
+LDFLAGS-locale = -Wl,-rpath,/opt/lib
+LDFLAGS-localedef = -Wl,-rpath,/opt/lib
+
localepath = "$(complocaledir):$(i18ndir)"

# -Iprograms doesn't really belong here, but this gets it at the head

0 comments on commit a47f728

Please sign in to comment.