OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 29-Jul-2003 11:51:24
Branch: HEAD Handle: 2003072910512102
Modified files:
openpkg-src/samba samba.spec
openpkg-web news.txt
Log:
avoid conflicts with kerberos heders on solaris2.6
Summary:
Revision Changes Path
1.56 +7 -5 openpkg-src/samba/samba.spec
1.5894 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.55 -r1.56 samba.spec
--- openpkg-src/samba/samba.spec 28 Jul 2003 19:05:11 -0000 1.55
+++ openpkg-src/samba/samba.spec 29 Jul 2003 09:51:23 -0000 1.56
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.2.8a
-Release: 20030728
+Release: 20030729
# package options
%option with_pam no
@@ -69,15 +69,16 @@
cd source
CC="%{l_cc}"
CFLAGS="%{l_cflags -O}"
- CPPFLAGS="%{l_cppflags openssl}"
+ CPPFLAGS="%{l_cppflags openssl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT"
LDFLAGS="%{l_ldflags}"
%if "%{with_pam}" == "yes"
- CPPFLAGS="$CPPFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`" \
- LDFLAGS="$LDFLAGS -L`%{l_prefix}/etc/rc --query pam_libdir`" \
+ CPPFLAGS="$CPPFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`"
+ LDFLAGS="$LDFLAGS -L`%{l_prefix}/etc/rc --query pam_libdir`"
%endif
export CC
export CFLAGS
export LDFLAGS
+ export CPPFLAGS
./configure \
--prefix=%{l_prefix} \
--localstatedir=%{l_prefix}/var/samba/run \
@@ -87,7 +88,8 @@
--with-lockdir=%{l_prefix}/var/samba/run \
--with-swatdir=%{l_prefix}/share/samba \
--with-codepagedir=%{l_prefix}/share/samba \
- --with-ssl --with-sslinc=%{l_prefix}/include \
+ --with-ssl \
+ --with-sslinc=%{l_prefix}/include \
--with-included-popt \
%if "%{with_pam}" == "yes"
--with-pam \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5893 -r1.5894 news.txt
--- openpkg-web/news.txt 29 Jul 2003 09:19:03 -0000 1.5893
+++ openpkg-web/news.txt 29 Jul 2003 09:51:21 -0000 1.5894
@@ -1,3 +1,4 @@
+29-Jul-2003: Upgraded package: P<samba-2.2.8a-20030729>
29-Jul-2003: Upgraded package: P<openssh-3.6.1p2-20030729>
29-Jul-2003: Upgraded package: P<openpkg-20030729-20030729>
29-Jul-2003: Upgraded package: P<pgadmin-0.8.0.20030729-20030729>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]