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:
parent
6b35b69a28
commit
d5f6182edc
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue