From d5f6182edc8ae8285193dec2267beaffec573b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 15 Oct 2010 20:06:55 +0000 Subject: [PATCH] I made one of the glibc patches wrong (typo). I fix it. svn path=/nixpkgs/branches/stdenv-updates/; revision=24309 --- pkgs/development/libraries/glibc-2.12/nscd-ssp-linking.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glibc-2.12/nscd-ssp-linking.patch b/pkgs/development/libraries/glibc-2.12/nscd-ssp-linking.patch index 764103173bb..84d1064f6ac 100644 --- a/pkgs/development/libraries/glibc-2.12/nscd-ssp-linking.patch +++ b/pkgs/development/libraries/glibc-2.12/nscd-ssp-linking.patch @@ -9,7 +9,7 @@ index 93874e5..63f7144 100644 ifeq (yesyes,$(have-fpie)$(build-shared)) nscd-cflags += $(pie-ccflag) +ifeq (yes,$(have-ssp)) -+LDFLAGS-nscd += -lssp_noshared -lssp ++LDFLAGS-nscd += -lssp_nonshared -lssp +endif endif ifeq (yes,$(have-ssp))