[csw-devel] SF.net SVN: gar:[10351] csw/mgar/pkg/coreutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Jun 28 03:26:42 CEST 2010
Revision: 10351
http://gar.svn.sourceforge.net/gar/?rev=10351&view=rev
Author: bdwalton
Date: 2010-06-28 01:26:42 +0000 (Mon, 28 Jun 2010)
Log Message:
-----------
coreutils: tweak configure args to re-include a few progs that are not built by default
Modified Paths:
--------------
csw/mgar/pkg/coreutils/trunk/Makefile
Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-28 00:00:48 UTC (rev 10350)
+++ csw/mgar/pkg/coreutils/trunk/Makefile 2010-06-28 01:26:42 UTC (rev 10351)
@@ -40,7 +40,10 @@
CONFIGURE_ARGS += --program-prefix=g
CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw
CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw
-CONFIGURE_ARGS += --enable-no-install-program=chcon
+# handle su manually to avoid needing fakeroot or some such. this is now
+# explicitly required as we modify both --enable-*install-program lists
+CONFIGURE_ARGS += --enable-no-install-program=chcon,su
+CONFIGURE_ARGS += --enable-install-program=hostname,arch
# required for eaccess and not picked up automatically.
EXTRA_LDFLAGS = -lgen
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