SF.net SVN: gar:[25650] csw/mgar/pkg/libstatgrab/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Apr 7 13:42:51 CEST 2016
Revision: 25650
http://sourceforge.net/p/gar/code/25650
Author: dmichelsen
Date: 2016-04-07 11:42:51 +0000 (Thu, 07 Apr 2016)
Log Message:
-----------
libstatgrab/trunk: Switch to gcc
Modified Paths:
--------------
csw/mgar/pkg/libstatgrab/trunk/Makefile
Modified: csw/mgar/pkg/libstatgrab/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libstatgrab/trunk/Makefile 2016-04-06 10:50:42 UTC (rev 25649)
+++ csw/mgar/pkg/libstatgrab/trunk/Makefile 2016-04-07 11:42:51 UTC (rev 25650)
@@ -20,6 +20,7 @@
PACKAGES += CSWlibstatgrab10
SPKG_DESC_CSWlibstatgrab10 = A library that provides cross platform access to statistics, libstatgrab.so.10
PKGFILES_CSWlibstatgrab10 += $(call pkgfiles_lib,libstatgrab.so.10)
+RUNTIME_DEP_PKGS_CSWlibstatgrab10 += CSWlibgcc-s1
PACKAGES += CSWlibstatgrab-dev
SPKG_DESC_CSWlibstatgrab-dev = Development files for libstatgrab.so.10
@@ -34,13 +35,17 @@
SPKG_DESC_CSWlibstatgrab-utils = Statistic gathering tools based on libstatgrab.so.10
# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWlibstatgrab-utils += CSWlibstatgrab10
+RUNTIME_DEP_PKGS_CSWlibstatgrab-utils += CSWlibncurses6
+# We move to GCC anyway and the visibility flags in statgrab.h are compiler-specific
+GARCOMPILER = GNU
+
# Don't pull in ncurses from CSW, but add needed libraries to be self-sufficient
-LINKER_FLAGS =
+# LINKER_FLAGS =
BUILD64 = 1
ISAEXEC = 1
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --with-curses-prefix=/usr
+#CONFIGURE_ARGS += --with-curses-prefix=/usr
include gar/category.mk
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