diff --git a/net-libs/libomemo/files/libomemo-0.7.1-so-symlinks.patch b/net-libs/libomemo/files/libomemo-0.7.1-so-symlinks.patch new file mode 100644 index 0000000..ac3db95 --- /dev/null +++ b/net-libs/libomemo/files/libomemo-0.7.1-so-symlinks.patch @@ -0,0 +1,279 @@ + + + +libomemo-0.7.1-so-symlinks.patch « files « libomemo « net-libs - repo/gentoo.git - Official Gentoo ebuild repository + + + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+
+ + + + +
+summaryrefslogtreecommitdiff
+ + + +
+
+
blob: 69f174a75ecf2b44cfc5a54075633186e1335b19 (plain) + + +
1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+
From 3911dc9d496f61b774d091bd1f2394d458abe8d7 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Sun, 21 Feb 2021 20:51:01 +0100
+Subject: [PATCH] Add missing symlinks libomemo.so.$(VER_MAJ) and libomemo.so
+
+---
+ Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile b/Makefile
+index e7b9ea6..289d2ec 100644
+--- a/Makefile
++++ b/Makefile
+@@ -108,6 +108,8 @@ install: $(BDIR)
+ 	install -d $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
+ 	install -m 644 $(BDIR)/libomemo-conversations.a  $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libomemo.a
+ 	install -m 644 $(BDIR)/libomemo.so $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libomemo.so.$(VERSION)
++	ln -s libomemo.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libomemo.so.$(VER_MAJ)
++	ln -s libomemo.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libomemo.so
+ 	install -m 644 $(BDIR)/libomemo.pc $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
+ 	install -d $(DESTDIR)/$(PREFIX)/include/libomemo/
+ 	install -m 644 $(SDIR)/libomemo_crypto.h $(DESTDIR)/$(PREFIX)/include/libomemo/
+-- 
+2.30.1
+
+
+
+
+
+
+
+ + + + + + + + +