diff options
Diffstat (limited to 'debian/patches/129_multiarch_libpath.patch')
-rw-r--r-- | debian/patches/129_multiarch_libpath.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/129_multiarch_libpath.patch b/debian/patches/129_multiarch_libpath.patch index 5b64cea..9b59471 100644 --- a/debian/patches/129_multiarch_libpath.patch +++ b/debian/patches/129_multiarch_libpath.patch @@ -286,7 +286,7 @@ Index: b/gold/configure DLOPEN_LIBS CXXCPP HAVE_NO_USE_LINKER_PLUGIN_FALSE -@@ -7607,6 +7608,14 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> +@@ -7720,6 +7721,14 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> fi @@ -305,7 +305,7 @@ Index: b/gold/configure.ac =================================================================== --- a/gold/configure.ac +++ b/gold/configure.ac -@@ -643,6 +643,14 @@ AC_CHECK_HEADERS(locale.h) +@@ -662,6 +662,14 @@ AC_CHECK_HEADERS(locale.h) AC_CHECK_FUNCS(setlocale) AM_LC_MESSAGES @@ -324,7 +324,7 @@ Index: b/gold/options.cc =================================================================== --- a/gold/options.cc +++ b/gold/options.cc -@@ -1164,8 +1164,15 @@ General_options::finalize() +@@ -1227,8 +1227,15 @@ General_options::finalize() || this->user_set_sysroot() || *TARGET_SYSTEM_ROOT != '\0') { @@ -344,7 +344,7 @@ Index: b/gold/Makefile.in =================================================================== --- a/gold/Makefile.in +++ b/gold/Makefile.in -@@ -424,6 +424,7 @@ AM_CPPFLAGS = \ +@@ -490,6 +490,7 @@ AM_CPPFLAGS = \ -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \ -DLOCALEDIR="\"$(datadir)/locale\"" \ -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \ |