[csw-devel] SF.net SVN: gar:[15298] csw/mgar/pkg/ppl/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Aug 10 11:01:33 CEST 2011
Revision: 15298
http://gar.svn.sourceforge.net/gar/?rev=15298&view=rev
Author: wahwah
Date: 2011-08-10 09:01:33 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
pkg/ppl/trunk: 2 of 46 tests failed
Modified Paths:
--------------
csw/mgar/pkg/ppl/trunk/Makefile
Modified: csw/mgar/pkg/ppl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ppl/trunk/Makefile 2011-08-10 08:30:47 UTC (rev 15297)
+++ csw/mgar/pkg/ppl/trunk/Makefile 2011-08-10 09:01:33 UTC (rev 15298)
@@ -22,6 +22,8 @@
# C++ bindings require the consistency between GMP, PPL and GCC.
GARCOMPILER = GNU
+BUILD64 = 1
+
# Undefined symbol __sync_fetch_and_add_4
# http://www.mail-archive.com/maintainers@lists.opencsw.org/msg06095.html
# http://opencsw.wikidot.com/porting-faq#toc6
@@ -32,6 +34,12 @@
OPT_FLAGS_GCC = -O0
endif
+# http://wiki.opencsw.org/porting-faq#toc13
+RUNTIME_DEP_PKGS = $(RUNTIME_DEP_PKGS_$(GAROSREL))
+RUNTIME_DEP_PKGS_5.9 = CSWlibgnugetopt
+EXTRA_LDFLAGS = $(EXTRA_LDFLAGS_$(GAROSREL))
+EXTRA_LDFLAGS_5.9 = -lgnugetopt
+
CONFIGURE_ARGS = $(DIRPATHS)
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