[csw-devel] SF.net SVN: gar:[6671] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 2 18:21:09 CEST 2009


Revision: 6671
          http://gar.svn.sourceforge.net/gar/?rev=6671&view=rev
Author:   dmichelsen
Date:     2009-10-02 16:21:09 +0000 (Fri, 02 Oct 2009)

Log Message:
-----------
bdb*: Further homogenizations

Modified Paths:
--------------
    csw/mgar/pkg/bdb33/trunk/Makefile
    csw/mgar/pkg/bdb42/trunk/Makefile
    csw/mgar/pkg/bdb43/trunk/Makefile
    csw/mgar/pkg/bdb44/trunk/Makefile

Modified: csw/mgar/pkg/bdb33/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb33/trunk/Makefile	2009-10-02 16:09:10 UTC (rev 6670)
+++ csw/mgar/pkg/bdb33/trunk/Makefile	2009-10-02 16:21:09 UTC (rev 6671)
@@ -35,7 +35,6 @@
 docdir = $(BUILD_PREFIX)/share/doc
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --disable-cryptography
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-o_direct
 CONFIGURE_ARGS += --enable-rpc
@@ -43,10 +42,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))
 
 FIXCONFIG_DIRS  = $(DESTDIR)$(prefix)/bdb33/lib
 

Modified: csw/mgar/pkg/bdb42/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb42/trunk/Makefile	2009-10-02 16:09:10 UTC (rev 6670)
+++ csw/mgar/pkg/bdb42/trunk/Makefile	2009-10-02 16:21:09 UTC (rev 6671)
@@ -35,7 +35,6 @@
 docdir = $(BUILD_PREFIX)/share/doc
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --disable-cryptography
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-o_direct
 CONFIGURE_ARGS += --enable-rpc
@@ -43,10 +42,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))
 
 FIXCONFIG_DIRS  = $(DESTDIR)$(prefix)/bdb42/lib
 

Modified: csw/mgar/pkg/bdb43/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb43/trunk/Makefile	2009-10-02 16:09:10 UTC (rev 6670)
+++ csw/mgar/pkg/bdb43/trunk/Makefile	2009-10-02 16:21:09 UTC (rev 6671)
@@ -35,7 +35,6 @@
 docdir = $(BUILD_PREFIX)/share/doc
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --disable-cryptography
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-rpc
 CONFIGURE_ARGS += --enable-cxx

Modified: csw/mgar/pkg/bdb44/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb44/trunk/Makefile	2009-10-02 16:09:10 UTC (rev 6670)
+++ csw/mgar/pkg/bdb44/trunk/Makefile	2009-10-02 16:21:09 UTC (rev 6671)
@@ -35,7 +35,6 @@
 docdir = $(BUILD_PREFIX)/share/doc
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --disable-cryptography
 CONFIGURE_ARGS += --enable-compat185
 CONFIGURE_ARGS += --enable-o_direct
 CONFIGURE_ARGS += --enable-rpc
@@ -43,10 +42,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))
 
 FIXCONFIG_DIRS  = $(DESTDIR)$(prefix)/bdb44/lib
 


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