commit 9c0bbe60411ce81b4685808ad16b131fd21e9558 parent 3010fdf4abe941176cfa8e41b4d2ac5ae524afd0 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 5 Jun 2020 18:22:44 +0300 libgcrypt: install static libraries Diffstat:
M | extra/libgcrypt/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extra/libgcrypt/build b/extra/libgcrypt/build @@ -4,7 +4,8 @@ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var + --localstatedir=/var \ + --enable-static make make DESTDIR="$1" install