]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
glibc: Run testsuite without hardening.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 16:55:18 +0000 (18:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 16:55:18 +0000 (18:55 +0200)
pkgs/core/glibc/glibc.nm

index e813c547ca340be1bd2e469a08365a70c85ebbc2..71000760df999a7f0852adc3859ce917f973b14d 100644 (file)
@@ -258,7 +258,9 @@ define STAGE_BUILD
 endef
 
 define STAGE_TEST
-       cd $(DIR_SRC)/glibc-build && make check
+       cd $(DIR_SRC)/glibc-build && make check \
+               CFLAGS="$(CFLAGS) -fno-stack-protector -U_FORTIFY_SOURCE" \
+               CXXFLAGS="$(CXXFLAGS) -fno-stack-protector -U_FORTIFY_SOURCE"
 endef
 
 define STAGE_INSTALL