OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Aug-2006 09:32:58
Branch: HEAD Handle: 2006080408325500
Modified files:
openpkg-src/openldap openldap.spec
Log:
workaround conflicts between OpenLDAP avl.h and the Solaris 10 avl.h
-- occurring at least under newer Solaris 10 06/06
Summary:
Revision Changes Path
1.169 +2 -2 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.168 -r1.169 openldap.spec
--- openpkg-src/openldap/openldap.spec 1 Aug 2006 18:57:27 -0000
1.168
+++ openpkg-src/openldap/openldap.spec 4 Aug 2006 07:32:55 -0000
1.169
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.3.25
-Release: 20060801
+Release: 20060804
# package options
%option with_fsl yes
@@ -159,7 +159,7 @@
# configuration: special platform support
case "%{l_platform -t}" in
- *-sunos* ) LIBS="$LIBS -lrt" ;;
+ *-sunos* ) CFLAGS="$CFLAGS -D_AVL_H"; LIBS="$LIBS -lrt" ;;
esac
# configuration: use hard-links and make sure our Berkeley-DB is
picked up first
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]