[csw-devel] SF.net SVN: gar:[21411] csw/mgar/pkg/bonnie++/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Sat Jun 29 00:39:11 CEST 2013


Revision: 21411
          http://gar.svn.sourceforge.net/gar/?rev=21411&view=rev
Author:   lblume
Date:     2013-06-28 22:39:11 +0000 (Fri, 28 Jun 2013)
Log Message:
-----------
bonnie++/trunk: Add override

Modified Paths:
--------------
    csw/mgar/pkg/bonnie++/trunk/Makefile

Modified: csw/mgar/pkg/bonnie++/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bonnie++/trunk/Makefile	2013-06-28 22:32:30 UTC (rev 21410)
+++ csw/mgar/pkg/bonnie++/trunk/Makefile	2013-06-28 22:39:11 UTC (rev 21411)
@@ -24,6 +24,9 @@
 RUNTIME_DEP_PKGS_CSWbonnie++ += CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWbonnie++ += CSWlibstdc++6
 
+# Can't seem to find a way around those errors with g++ as a linker
+CHECKPKG_OVERRIDES_CSWbonnie++ += no-direct-binding
+
 LICENSE = copyright.txt
 
 CONFIGURE_ARGS = $(DIRPATHS)
@@ -31,7 +34,7 @@
 BUILD64 = 1
 ISAEXEC = 1
 
-EXTRA_CXXFLAGS += -Wl,-z,lazyload
+EXTRA_CXXFLAGS += -std=gnu++11
 
 TEST_TARGET =
 BUILD_SCRIPTS   = custom

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