Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba/files: 3.0.26a-lazyldflags.patch digest-samba-3.0.26a 3.0.x-libdirsymlink.patch
Date: Sat, 15 Sep 2007 05:34:53
Message-Id: E1IWQBh-0007Rt-8E@stork.gentoo.org
1 dev-zero 07/09/15 05:27:25
2
3 Added: 3.0.26a-lazyldflags.patch digest-samba-3.0.26a
4 Removed: 3.0.x-libdirsymlink.patch
5 Log:
6 Version bump. Removed unneeded patch.
7 (Portage version: 2.1.3.8)
8
9 Revision Changes Path
10 1.1 net-fs/samba/files/3.0.26a-lazyldflags.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/3.0.26a-lazyldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/3.0.26a-lazyldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: 3.0.26a-lazyldflags.patch
16 ===================================================================
17 diff -Naur samba-3.0.25c.orig/source/Makefile.in samba-3.0.25c/source/Makefile.in
18 --- samba-3.0.25c.orig/source/Makefile.in 2007-09-01 09:14:54.000000000 +0200
19 +++ samba-3.0.25c/source/Makefile.in 2007-09-01 09:17:08.000000000 +0200
20 @@ -87,6 +87,8 @@
21 # The permissions to give the executables
22 INSTALLPERMS = 0755
23
24 +LAZYLDFLAGS=-Wl,-z,now
25 +
26 # set these to where to find various files
27 # These can be overridden by command line switches (see smbd(8))
28 # or in smb.conf (see smb.conf(5))
29 @@ -1008,19 +1010,19 @@
30
31 bin/smbmnt@EXEEXT@: proto_exists $(MNT_OBJ) bin/.dummy
32 @echo Linking $@
33 - @$(CC) $(FLAGS) -o $@ $(MNT_OBJ) $(DYNEXP) $(LDFLAGS)
34 + @$(CC) $(FLAGS) -o $@ $(MNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LAZYLDFLAGS)
35
36 bin/smbumount@EXEEXT@: proto_exists $(UMOUNT_OBJ) bin/.dummy
37 @echo Linking $@
38 - @$(CC) $(FLAGS) -o $@ $(UMOUNT_OBJ) $(DYNEXP) $(LDFLAGS)
39 + @$(CC) $(FLAGS) -o $@ $(UMOUNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LAZYLDFLAGS)
40
41 bin/mount.cifs@EXEEXT@: $(CIFS_MOUNT_OBJ) bin/.dummy
42 @echo Linking $@
43 - @$(CC) $(FLAGS) -o $@ $(CIFS_MOUNT_OBJ) $(DYNEXP) $(LDFLAGS)
44 + @$(CC) $(FLAGS) -o $@ $(CIFS_MOUNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LAZYLDFLAGS)
45
46 bin/umount.cifs@EXEEXT@: $(CIFS_UMOUNT_OBJ) bin/.dummy
47 @echo Linking $@
48 - @$(CC) $(FLAGS) -o $@ $(CIFS_UMOUNT_OBJ) $(DYNEXP) $(LDFLAGS)
49 + @$(CC) $(FLAGS) -o $@ $(CIFS_UMOUNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LAZYLDFLAGS)
50
51 bin/testparm@EXEEXT@: proto_exists $(TESTPARM_OBJ) @BUILD_POPT@ bin/.dummy
52 @echo Linking $@
53
54
55
56 1.1 net-fs/samba/files/digest-samba-3.0.26a
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/digest-samba-3.0.26a?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/files/digest-samba-3.0.26a?rev=1.1&content-type=text/plain
60
61 Index: digest-samba-3.0.26a
62 ===================================================================
63 MD5 16b47e6add332e5ac4523fc88c381d06 samba-3.0.26a.tar.gz 18180031
64 RMD160 9a62ba3ea2747b500ddea56729499524ae4329d2 samba-3.0.26a.tar.gz 18180031
65 SHA256 41e11f69288b2291f12f8db093e2c55dc1360555d4542c83c0758c4c7a3d4d37 samba-3.0.26a.tar.gz 18180031
66
67
68
69 --
70 gentoo-commits@g.o mailing list