]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
Added a hack to suspress error message of SSP.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Feb 2009 09:08:40 +0000 (10:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Feb 2009 09:08:40 +0000 (10:08 +0100)
lfs/coreutils
lfs/m4

index 44b600785b749adc4623f95cb7aee7811c48263e..2d93b2b040f24496568e1e80aa43f3e2247912a3 100644 (file)
@@ -82,6 +82,7 @@ $(OBJECT): $(objects)
 
 ifeq "$(STAGE)" "toolchain"    
        cd $(DIR_APP) && \
+               gl_cv_func_printf_directive_n=no \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=$(TOOLS_DIR) \
@@ -97,6 +98,7 @@ ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
        
        cd $(DIR_APP) && \
+               gl_cv_func_printf_directive_n=no \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr \
diff --git a/lfs/m4 b/lfs/m4
index c14064320501594381d05d28dc07643814daacbe..2e1abc2c7ac5effe96bbf4c1459bdfe1260f5ccb 100644 (file)
--- a/lfs/m4
+++ b/lfs/m4
@@ -59,6 +59,7 @@ ifeq "$(STAGE)" "toolchain"
        # possibly autoconf) that doesn't recognise that we have asprintf() in libc.
        cd $(DIR_APP) && \
                CPPFLAGS="-D_GNU_SOURCE" \
+               gl_cv_func_printf_directive_n=no \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=$(TOOLS_DIR)
@@ -68,6 +69,8 @@ endif
 
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && \
+               CPPFLAGS="-D_GNU_SOURCE" \
+               gl_cv_func_printf_directive_n=no \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr