[csw-devel] SF.net SVN: gar:[18475] csw/mgar/pkg/zeromq/trunk/Makefile
romeotheriault at users.sourceforge.net
romeotheriault at users.sourceforge.net
Thu Jun 21 01:58:12 CEST 2012
Revision: 18475
http://gar.svn.sourceforge.net/gar/?rev=18475&view=rev
Author: romeotheriault
Date: 2012-06-20 23:58:12 +0000 (Wed, 20 Jun 2012)
Log Message:
-----------
zeromq/trunk: Added a EXTRA_TEST_ENV to pass custom ulimit settings to build shell.
Modified Paths:
--------------
csw/mgar/pkg/zeromq/trunk/Makefile
Modified: csw/mgar/pkg/zeromq/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zeromq/trunk/Makefile 2012-06-20 16:59:24 UTC (rev 18474)
+++ csw/mgar/pkg/zeromq/trunk/Makefile 2012-06-20 23:58:12 UTC (rev 18475)
@@ -35,6 +35,9 @@
CONFIGURE_ARGS = $(DIRPATHS)
+# For tests to succeed on i386 you need to set the ulimit higher than the default of 256.
+# I set 'ulimit -S -n 10000' in my ~/.bash_profile and the tests succeed.
+EXTRA_TEST_ENV += BASH_ENV=~/.bash_profile
EXTRA_LINKER_FLAGS = -norunpath
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