Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/stfl/files: stfl-0.22-soname-symlink.patch
Date: Tue, 01 Nov 2011 07:37:12
Message-Id: 20111101073702.E3E492004C@flycatcher.gentoo.org
1 radhermit 11/11/01 07:37:02
2
3 Added: stfl-0.22-soname-symlink.patch
4 Log:
5 Version bump. Add static-libs use flag.
6
7 (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/stfl/files/stfl-0.22-soname-symlink.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/files/stfl-0.22-soname-symlink.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/stfl/files/stfl-0.22-soname-symlink.patch?rev=1.1&content-type=text/plain
14
15 Index: stfl-0.22-soname-symlink.patch
16 ===================================================================
17 --- stfl-0.22/Makefile.orig
18 +++ stfl-0.22/Makefile
19 @@ -65,6 +65,7 @@
20 install -m 644 stfl.pc $(DESTDIR)$(prefix)/$(libdir)/pkgconfig/
21 install -m 644 libstfl.so.$(VERSION) $(DESTDIR)$(prefix)/$(libdir)
22 ln -fs libstfl.so.$(VERSION) $(DESTDIR)$(prefix)/$(libdir)/libstfl.so
23 + ln -fs libstfl.so.$(VERSION) $(DESTDIR)$(prefix)/$(libdir)/$(SONAME)
24
25 stfl.pc: stfl.pc.in
26 sed 's,@VERSION@,$(VERSION),g' < $< | sed 's,@PREFIX@,$(prefix),g' > $@