[csw-devel] SF.net SVN: gar:[6622] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Sep 30 16:02:53 CEST 2009
Revision: 6622
http://gar.svn.sourceforge.net/gar/?rev=6622&view=rev
Author: dmichelsen
Date: 2009-09-30 14:02:53 +0000 (Wed, 30 Sep 2009)
Log Message:
-----------
bdb47: Fix prefix
Modified Paths:
--------------
csw/mgar/pkg/bdb47/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/bdb47/
Modified: csw/mgar/pkg/bdb47/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb/trunk/Makefile 2009-09-27 22:55:14 UTC (rev 6593)
+++ csw/mgar/pkg/bdb47/trunk/Makefile 2009-09-30 14:02:53 UTC (rev 6622)
@@ -30,7 +30,7 @@
BUILD64 = 1
CONFIGURE_SCRIPTS = dist
-#prefix = $(BUILD_PREFIX)/bdb47
+prefix = $(BUILD_PREFIX)/bdb47
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-compat185
CONFIGURE_ARGS += --enable-o_direct
@@ -39,10 +39,8 @@
CONFIGURE_ARGS += --enable-java
# Exclude TCL support for 64 bit until we have a 64 bit TCL
-ifeq ($(MEMORYMODEL),32)
-CONFIGURE_ARGS += --enable-tcl
-CONFIGURE_ARGS += --with-tcl=$(libdir)
-endif
+CONFIGURE_ARGS-mm-32 = --enable-tcl --with-tcl=$(libpath)
+CONFIGURE_ARGS += $(CONFIGURE_ARGS-mm-$(MEMORYMODEL))
# bdb tests are *very* time consuming
TEST_SCRIPTS =
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