aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-03-19 22:33:41 +0100
committerMattias Andrée <maandree@kth.se>2022-03-19 22:33:46 +0100
commitb5508dd1088acfc31a8a92fd9798fced0bcb41b3 (patch)
tree54bea20b98ed9848727230ff994e708e35e7a87d /Makefile
parenttest: check libar2_decode_base64 with buffer overlap (diff)
downloadlibar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.gz
libar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.bz2
libar2-b5508dd1088acfc31a8a92fd9798fced0bcb41b3.tar.xz
libar2_encode_base64: fix support for overlap1.2.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 029b33f..7b4f6b8 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ install: libar2.a libar2.$(LIBEXT)
cp -- libar2.h "$(DESTDIR)$(PREFIX)/include/"
cp -- $(MAN3) "$(DESTDIR)$(MANPREFIX)/man3/"
cp -- $(MAN7) "$(DESTDIR)$(MANPREFIX)/man7/"
+ ln -sf -- libar2_encode_base64.3 "$(DESTDIR)$(MANPREFIX)/man3/libar2_encode_base64_overlap_support.3"
uninstall:
-rm -f -- "$(DESTDIR)$(PREFIX)/lib/libar2.a"
@@ -89,6 +90,7 @@ uninstall:
-rm -f -- "$(DESTDIR)$(PREFIX)/include/libar2.h"
-cd -- "$(DESTDIR)$(MANPREFIX)/man3/" && rm -f -- $(MAN3)
-cd -- "$(DESTDIR)$(MANPREFIX)/man7/" && rm -f -- $(MAN7)
+ -rm -f -- "$(DESTDIR)$(MANPREFIX)/man3/libar2_encode_base64_overlap_support.3"
clean:
-rm -f -- *.o *.a *.lo *.su *.so *.so.* *.dll *.dylib