[csw-devel] SF.net SVN: gar:[9669] csw/mgar/pkg/coreutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Apr 17 04:12:19 CEST 2010


Revision: 9669
          http://gar.svn.sourceforge.net/gar/?rev=9669&view=rev
Author:   bdwalton
Date:     2010-04-17 02:12:19 +0000 (Sat, 17 Apr 2010)

Log Message:
-----------
coreutils: drop slashes from --with dirs to prevent double / in rpath (checkpkg detected)

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

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2010-04-17 02:06:28 UTC (rev 9668)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2010-04-17 02:12:19 UTC (rev 9669)
@@ -5,7 +5,7 @@
 # seq has issues related to the handling of long double's with -O2.
 # this issue manifested on sol8 and sol9 x86 only.  sparc was unaffected
 # and sol10 x86 was fine too.
-OPT_FLAGS_GCC = -O1 -pipe
+# OPT_FLAGS_GCC = -O1 -pipe
 
 # building with gcc gets us extra tools (eg: stdbuf)
 # GARCOMPILER = GCC4
@@ -28,15 +28,16 @@
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 0001-Enhance-Solaris-ACL-error-handling.patch
 
-# We define upstream file regex so we can be notifed of new upstream software release
+# We define upstream file regex so we can be notifed of new upstream
+# software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 sysconfdir = /etc/opt/csw
 localstatedir = /var/opt/csw
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --program-prefix=g
-CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw/
-CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw/
+CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw
+CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw
 CONFIGURE_ARGS += --enable-no-install-program=chcon
 
 # required for eaccess and not picked up automatically.


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