summaryrefslogtreecommitdiff
path: root/patches/glibc/ports-2.12.1/250-fix-pr631.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-11 07:55:33 (GMT)
committerGitHub <noreply@github.com>2017-02-11 07:55:33 (GMT)
commit4d49730711731efc99f371da3b533c3f703fa3e5 (patch)
tree483c0a382d7f68f197df56d89bc4eacb4c92bc21 /patches/glibc/ports-2.12.1/250-fix-pr631.patch
parent93db5800918ad7afbb6e6781fd48f504eb1eca76 (diff)
parent4ccbf49d1109bc435253d24b901d53feb37fb22b (diff)
Merge pull request #586 from stilor/restore-old-kernel-libc
Restore old kernel/glibc versions
Diffstat (limited to 'patches/glibc/ports-2.12.1/250-fix-pr631.patch')
-rw-r--r--patches/glibc/ports-2.12.1/250-fix-pr631.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/patches/glibc/ports-2.12.1/250-fix-pr631.patch b/patches/glibc/ports-2.12.1/250-fix-pr631.patch
new file mode 100644
index 0000000..af5b347
--- /dev/null
+++ b/patches/glibc/ports-2.12.1/250-fix-pr631.patch
@@ -0,0 +1,45 @@
+From dank@kegel.com
+Wed Jun 15 09:12:43 PDT 2005
+
+Fixes
+
+build-glibc/libc.a(nsswitch.o)(.data+0x64): undefined reference to `_nss_files_getaliasent_r'
+build-glibc/libc.a(nsswitch.o)(.data+0x6c): undefined reference to `_nss_files_endaliasent'
+... 53 lines deleted ...
+build-glibc/libc.a(nsswitch.o)(.data+0x21c): undefined reference to `_nss_files_getspnam_r'
+collect2: ld returned 1 exit status
+make[2]: *** [/build/gcc-3.4.3-glibc-2.3.5-hdrs-2.6.11.2/i686-unknown-linux-gnu/build-glibc/elf/ldconfig] Error 1
+
+when building glibc with --enable-static-nss.
+
+See http://sources.redhat.com/bugzilla/show_bug.cgi?id=631
+
+diff -durN glibc-2.12.1.orig/Makeconfig glibc-2.12.1/Makeconfig
+--- glibc-2.12.1.orig/Makeconfig 2009-11-13 00:49:41.000000000 +0100
++++ glibc-2.12.1/Makeconfig 2009-11-13 00:50:13.000000000 +0100
+@@ -531,7 +531,7 @@
+
+ # The static libraries.
+ ifeq (yes,$(build-static))
+-link-libc-static = $(common-objpfx)libc.a $(static-gnulib) $(common-objpfx)libc.a
++link-libc-static = $(common-objpfx)libc.a $(static-gnulib) $(otherlibs) $(common-objpfx)libc.a
+ else
+ ifeq (yes,$(build-shared))
+ # We can try to link the programs with lib*_pic.a...
+diff -durN glibc-2.12.1.orig/elf/Makefile glibc-2.12.1/elf/Makefile
+--- glibc-2.12.1.orig/elf/Makefile 2009-01-31 01:20:55.000000000 +0100
++++ glibc-2.12.1/elf/Makefile 2009-11-13 00:50:13.000000000 +0100
+@@ -146,6 +146,13 @@
+ install-bin-script = ldd
+ endif
+
++ifeq (yes,$(build-static-nss))
++nssobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)nss)
++resolvobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)resolv)
++otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
++ $(resolvobjdir)/libresolv.a
++endif
++
+ others = sprof sln
+ install-bin = sprof
+ others-static = sln