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: 21-Aug-2005 20:17:59
Branch: HEAD Handle: 2005082119175900
Modified files:
openpkg-src/samba samba.spec
Log:
disable PIE (Position Independent Executable) support as it breaks at
least under FreeBSD/gcc
Summary:
Revision Changes Path
1.90 +2 -1 openpkg-src/samba/samba.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.89 -r1.90 samba.spec
--- openpkg-src/samba/samba.spec 20 Aug 2005 07:19:21 -0000 1.89
+++ openpkg-src/samba/samba.spec 21 Aug 2005 18:17:59 -0000 1.90
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 3.0.20
-Release: 20050820
+Release: 20050821
# package options
%option with_pam no
@@ -139,6 +139,7 @@
--without-ldap \
%endif
--with-vfs \
+ --disable-pie \
$options
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]