[Lunar-commits] <moonbase-core> glibc: Use comments for removing the warning.
Peter de Ridder
peter at lunar-linux.org
Thu Aug 22 17:54:12 CEST 2013
commit 3bafbd248b61a34c07c9b68d9214b55bc346f8b6
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 21 Aug 2013 05:42:42 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/3bafbd248b61a34c07c9b68d9214b55bc346f8b6
glibc: Use comments for removing the warning.
---
libs/glibc/PRE_BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
-sedit '/^#\s*warning \+_FORTIFY_SOURCE requires compiling with optimization/d' include/features.h
+sedit 's@^#\s*warning \+_FORTIFY_SOURCE requires compiling with optimization.*$@/* Disabled by lunar as there is no better solution: \0*/@' include/features.h
More information about the Lunar-commits
mailing list