SF.net SVN: gar:[23789] csw/mgar/pkg/coreutils/trunk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Jun 14 14:43:16 CEST 2014


Revision: 23789
          http://sourceforge.net/p/gar/code/23789
Author:   bdwalton
Date:     2014-06-14 12:43:12 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
coreutils/trunk: disable heavy duty compiler warnings meant for developers

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/coreutils/trunk/files/0007-Disable-developer-compiler-warning-error-settings.patch

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2014-06-14 12:35:55 UTC (rev 23788)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2014-06-14 12:43:12 UTC (rev 23789)
@@ -39,6 +39,7 @@
 PATCHFILES += 0004-Ensure-that-dst_exists-is-used-in-all-cases-to-avoid.patch
 PATCHFILES += 0005-src-df.c-get_dev-Initialize-variable-v-to-NULL-to-av.patch
 PATCHFILES += 0006-Remove-wmudflap.-It-s-deprecated-with-gcc-4.9.patch
+PATCHFILES += 0007-Disable-developer-compiler-warning-error-settings.patch
 
 # We define upstream file regex so we can be notifed of new upstream
 # software release

Added: csw/mgar/pkg/coreutils/trunk/files/0007-Disable-developer-compiler-warning-error-settings.patch
===================================================================
--- csw/mgar/pkg/coreutils/trunk/files/0007-Disable-developer-compiler-warning-error-settings.patch	                        (rev 0)
+++ csw/mgar/pkg/coreutils/trunk/files/0007-Disable-developer-compiler-warning-error-settings.patch	2014-06-14 12:43:12 UTC (rev 23789)
@@ -0,0 +1,31 @@
+From c0563d5860dfb6e5f1cbda4da7f055464684d6f2 Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Sun, 8 Jun 2014 00:35:33 +0200
+Subject: [PATCH] Disable developer compiler warning/error settings
+
+Detecting a .git directory enables additional, heavy weight compiler
+options. Our patching infrastructure trips this. Upstream now has a
+workaround in the codebase, but we'll manually disable it for our use
+case.
+
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index 331246b..6b30709 100755
+--- a/configure
++++ b/configure
+@@ -61755,7 +61755,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
+ fi
+ rm -f conftest.err conftest.i conftest.$ac_ext
+ 
+-
++gl_gcc_warnings=no
+ 
+ fi
+ 
+-- 
+1.8.4.1
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list