[packages/samba] - updated to 3.6.7 - fixed smbwrapper build
charles
charles at pld-linux.org
Tue Aug 14 01:55:44 CEST 2012
commit d17c02e341bdf521b9072c52dd2afbe683f12cdb
Author: Karol Krenski <charles at pld-linux.org>
Date: Tue Aug 14 01:55:30 2012 +0200
- updated to 3.6.7
- fixed smbwrapper build
samba-smbwrapper.patch | 2 +-
samba.spec | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index a849394..48b1a73 100644
--- a/samba.spec
+++ b/samba.spec
@@ -64,13 +64,13 @@ Summary(tr.UTF-8): SMB sunucusu
Summary(uk.UTF-8): SMB клієнт та сервер
Summary(zh_CN.UTF-8): Samba 客户端和服务器
Name: samba
-Version: 3.6.6
+Version: 3.6.7
Release: 1
Epoch: 1
License: GPL v3
Group: Networking/Daemons
Source0: http://www.samba.org/samba/ftp/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 0bea52842d172231c0c0e23ee570d7af
+# Source0-md5: b23be56c15dd52f64eb7ba54c0ea1ed5
Source1: smb.init
Source2: %{name}.pamd
Source3: swat.inetd
@@ -916,7 +916,7 @@ cd source3
cd ../examples
%{__make} -C libsmbclient/smbwrapper \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} -fPIC \$(DEFS) \\\$(SMBINCLUDE)"
+ CFLAGS="%{rpmcflags} -fPIC \$(DEFS) \$(SMBINCLUDE)"
cd VFS
%{__autoheader}
diff --git a/samba-smbwrapper.patch b/samba-smbwrapper.patch
index 40417c1..d5b7f81 100644
--- a/samba-smbwrapper.patch
+++ b/samba-smbwrapper.patch
@@ -74,7 +74,7 @@ diff -urN samba-3.0.25a.org/examples/libsmbclient/smbwrapper/wrapper.h samba-3.0
-Wl,-init=smbw_initialize \
-shared \
- --export-all-symbols \
-+ -fexport-all-symbols \
++ -Wl,-fexport-all-symbols \
-o $(BIN)/smbwrapper.so \
$(SMBWRAPPER_OBJS) \
$(LDFLAGS) \
More information about the pld-cvs-commit
mailing list