[csw-devel] SF.net SVN: gar:[19018] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
guillomovitch at users.sourceforge.net
guillomovitch at users.sourceforge.net
Sat Aug 18 20:02:07 CEST 2012
Revision: 19018
http://gar.svn.sourceforge.net/gar/?rev=19018&view=rev
Author: guillomovitch
Date: 2012-08-18 18:02:07 +0000 (Sat, 18 Aug 2012)
Log Message:
-----------
fusioninventory-agent: no CSWpm_net_cup dependency on 5.9
Modified Paths:
--------------
csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 14:30:37 UTC (rev 19017)
+++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:02:07 UTC (rev 19018)
@@ -31,13 +31,15 @@
RUNTIME_DEP_PKGS += CSWpm-libwww-perl
RUNTIME_DEP_PKGS += CSWpm-proc-daemon
RUNTIME_DEP_PKGS += CSWpm-proc-pid-file
-RUNTIME_DEP_PKGS += CSWpm-net-cups
+# not available in 5.9
+ifneq ($(shell /usr/bin/uname -r),5.9)
+ RUNTIME_DEP_PKGS += CSWpm-net-cups
+endif
RUNTIME_DEP_PKGS += CSWpm-net-ip
RUNTIME_DEP_PKGS += CSWpm-text-template
RUNTIME_DEP_PKGS += CSWpm-universal-require
RUNTIME_DEP_PKGS += CSWpm-xml-treepp
RUNTIME_DEP_PKGS += CSWmemconf
-
PATCHFILES += 0001-don-t-install-a-private-memconf-copy.patch
CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw
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