[csw-devel] SF.net SVN: gar:[10537] csw/mgar/pkg/apr-util/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon Jul 19 02:15:45 CEST 2010
Revision: 10537
http://gar.svn.sourceforge.net/gar/?rev=10537&view=rev
Author: rthurner
Date: 2010-07-19 00:15:45 +0000 (Mon, 19 Jul 2010)
Log Message:
-----------
apr-util: depend on berkely db, and openldap. as well ignore some checkpg errors
Modified Paths:
--------------
csw/mgar/pkg/apr-util/trunk/Makefile
Modified: csw/mgar/pkg/apr-util/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apr-util/trunk/Makefile 2010-07-18 23:58:51 UTC (rev 10536)
+++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-07-19 00:15:45 UTC (rev 10537)
@@ -15,16 +15,21 @@
CATALOGNAME = apr_util
RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat
-#RUNTIME_DEP_PKGS += CSWbdb48
+RUNTIME_DEP_PKGS += CSWbdb48 CSWoldaprt
+CHECKPKG_OVERRIDES_CSWapr-util += binary-disallowed-placement|file=opt/csw/lib/sparcv9/libaprutil-1.so.0.3.9|arch_id=2|arch_name=sparcv8|bad_path=sparcv9
+CHECKPKG_OVERRIDES_CSWapr-util += binary-disallowed-placement|file=opt/csw/lib/sparcv9/apr-util-1/apr_dbd_sqlite3-1.so|arch_id=2|arch_name=sparcv8|bad_path=sparcv9
+CHECKPKG_OVERRIDES_CSWapr-util += binary-disallowed-placement|file=opt/csw/lib/sparcv9/apr-util-1/apr_ldap-1.so|arch_id=2|arch_name=sparcv8|bad_path=sparcv9
+CHECKPKG_OVERRIDES_CSWapr-util += binary-disallowed-placement|file=opt/csw/lib/sparcv9/apr-util-1/apr_dbd_odbc-1.so|arch_id=2|arch_name=sparcv8|bad_path=sparcv9
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
CONFIGURE_ARGS += --with-ldap
-#not yet
-#CONFIGURE_ARGS += --with-berkeley-db=$(prefix)/bdb48
+CONFIGURE_ARGS += --with-ssl
+CONFIGURE_ARGS += --with-berkeley-db=$(prefix)/bdb48
CONFIGURE_ARGS += --without-freetds --without-sqlite2
BUILD64 = 1
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