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 Date: 27-Nov-2003 17:04:29
Branch: HEAD Handle: 2003112716042900
Modified files:
openpkg-src/php php.spec
Log:
cleanup packaging again
Summary:
Revision Changes Path
1.66 +2 -5 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 php.spec
--- openpkg-src/php/php.spec 27 Nov 2003 13:23:53 -0000 1.65
+++ openpkg-src/php/php.spec 27 Nov 2003 16:04:29 -0000 1.66
@@ -211,11 +211,9 @@
# configure package
cflags="%{l_cflags -O}"
cppflags="%{l_cppflags}"
- ldflags=""
+ ldflags="%{l_ldflags}"
libs=""
%if "%{with_gdbm}" == "yes"
- cflags="$cflags %{l_cppflags}"
- ldflags="$ldflags %{l_ldflags}"
libs="$libs -lndbm -lgdbm"
%endif
%if "%{with_gd}" == "yes"
@@ -224,7 +222,7 @@
%if "%{with_gettext}" == "yes"
libs="$libs -liconv"
%endif
-%if "%{with_openldap}" == "yes" && "%{with_openldapsasl}" == "yes"
+%if "%{with_openldap}" == "yes" && "%{with_openldapsasl}" == "yes"
libs="$libs -lsasl2"
%endif
%if "%{with_imap}" == "yes"
@@ -237,7 +235,6 @@
ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
export ORACLE_HOME
%endif
-
CC="%{l_cc}" \
CFLAGS="$cflags" \
CPPFLAGS="$cppflags" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]