I made one of the glibc patches wrong (typo). I fix it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24309
This commit is contained in:
Lluís Batlle i Rossell 2010-10-15 20:06:55 +00:00
parent 6b35b69a28
commit d5f6182edc
1 changed files with 1 additions and 1 deletions

View File

@ -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))