OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Nov-2003 15:55:17
Branch: HEAD Handle: 2003112514551601
Modified files:
openpkg-src/openldap openldap.spec
openpkg-web news.txt
Log:
step back and solve the real libtool problem: enable module is not
needed at all because all modules are static
Summary:
Revision Changes Path
1.92 +4 -8 openpkg-src/openldap/openldap.spec
1.7532 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.91 -r1.92 openldap.spec
--- openpkg-src/openldap/openldap.spec 23 Nov 2003 20:50:30 -0000 1.91
+++ openpkg-src/openldap/openldap.spec 25 Nov 2003 14:55:17 -0000 1.92
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.1.23
-Release: 20031123
+Release: 20031125
# package options
%option with_fsl yes
@@ -49,7 +49,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, make, gcc, libtool
+BuildPreReq: OpenPKG, openpkg >= 20030718, make, gcc
PreReq: OpenPKG, openpkg >= 20030718
BuildPreReq: readline, openssl, db >= 4.1.24
PreReq: readline, openssl, db >= 4.1.24
@@ -92,15 +92,11 @@
%else
cf="%{l_cppflags}"
%endif
- LIBS=""
- if [ -f /usr/lib/libdl.so -o -f /usr/lib/libdl.a ]; then
- LIBS="$LIBS -ldl"
- fi
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="$cf" \
LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
- LIBS="$LIBS %{l_fsl_libs}" \
+ LIBS="%{l_fsl_libs}" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ -118,7 +114,7 @@
%endif
--disable-dynamic \
--disable-shared \
- --enable-modules \
+ --disable-modules \
--enable-rewrite \
--enable-ldbm \
--with-ldbm-module=static \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7531 -r1.7532 news.txt
--- openpkg-web/news.txt 25 Nov 2003 14:31:49 -0000 1.7531
+++ openpkg-web/news.txt 25 Nov 2003 14:55:16 -0000 1.7532
@@ -1,3 +1,4 @@
+25-Nov-2003: Upgraded package: P<openldap-2.1.23-20031125>
25-Nov-2003: Upgraded package: P<apache-1.3.29-20031125>
25-Nov-2003: Upgraded package: P<zebra-0.93b-1.2.1>
25-Nov-2003: Upgraded package: P<zebra-0.93b-1.3.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]