]> git.pld-linux.org Git - packages/samba.git/commitdiff
- updated to 3.6.7
authorKarol Krenski <charles@pld-linux.org>
Mon, 13 Aug 2012 23:55:30 +0000 (01:55 +0200)
committerKarol Krenski <charles@pld-linux.org>
Mon, 13 Aug 2012 23:55:30 +0000 (01:55 +0200)
- fixed smbwrapper build

samba-smbwrapper.patch
samba.spec

index 40417c13ed7efd0f93095f111ae365d96765bd1f..d5b7f8189997061396b3f52c7f5930dc4c26edd0 100644 (file)
@@ -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) \
index a849394236b3f89bfe178c1cbf515810025d6a87..48b1a73289245ac7cb1f82fce23a4fbc495b5038 100644 (file)
@@ -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}
This page took 0.038254 seconds and 4 git commands to generate.