summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libaxc/files/libaxc-0.3.4-so-symlinks.patch')
-rw-r--r--net-libs/libaxc/files/libaxc-0.3.4-so-symlinks.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-libs/libaxc/files/libaxc-0.3.4-so-symlinks.patch b/net-libs/libaxc/files/libaxc-0.3.4-so-symlinks.patch
new file mode 100644
index 000000000000..94850adb9a0a
--- /dev/null
+++ b/net-libs/libaxc/files/libaxc-0.3.4-so-symlinks.patch
@@ -0,0 +1,25 @@
+From b9a79499a8638fb58394088af1b3e419c52f0562 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Sun, 21 Feb 2021 20:16:34 +0100
+Subject: [PATCH] Add missing symlinks libaxc.so.$(VER_MAJ) and libaxc.so
+
+---
+ Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile b/Makefile
+index b79a3f8..b882cbb 100644
+--- a/Makefile
++++ b/Makefile
+@@ -125,6 +125,8 @@ install: $(BDIR)
+ install -d $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
+ install -m 644 $(BDIR)/libaxc.a $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.a
+ install -m 644 $(BDIR)/libaxc.so $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so.$(VERSION)
++ ln -s libaxc.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so.$(VER_MAJ)
++ ln -s libaxc.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so
+ install -m 644 $(BDIR)/libaxc.pc $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
+ install -d $(DESTDIR)/$(PREFIX)/include/axc/
+ install -m 644 $(SDIR)/axc.h $(DESTDIR)/$(PREFIX)/include/axc/
+--
+2.30.1
+