[csw-devel] SF.net SVN: gar:[21576] csw/mgar/pkg/apcupsd/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Mon Jul 29 23:38:56 CEST 2013
Revision: 21576
http://gar.svn.sourceforge.net/gar/?rev=21576&view=rev
Author: lblume
Date: 2013-07-29 21:38:52 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
apcupsd/trunk: Specify a shell rather than let configure pick the first in the PATH
Modified Paths:
--------------
csw/mgar/pkg/apcupsd/trunk/Makefile
Modified: csw/mgar/pkg/apcupsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apcupsd/trunk/Makefile 2013-07-29 21:35:14 UTC (rev 21575)
+++ csw/mgar/pkg/apcupsd/trunk/Makefile 2013-07-29 21:38:52 UTC (rev 21576)
@@ -94,6 +94,11 @@
#CONFIGURE_ARGS += --with-css-dir=$(sharedstatedir)/www/apcupsd/html
CONFIGURE_ARGS += --enable-gapcmon
+# This is needed to avoid picking up /opt/csw/bin/sh which creates an implicit
+# and unneeded dependency on schilyutils (and without it, the apccontrol script
+# does not work)
+CONFIGURE_ARGS += SCRIPTSHELL=/bin/ksh
+
TEST_SCRIPTS =
EXTRA_PAX_ARGS += -s ',.*/apcupsd\.css$$,.$(sharedstatedir)/www/apcupsd/html/apcupsd.css,'
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