commit 3010fdf4abe941176cfa8e41b4d2ac5ae524afd0 parent 2d29a0570152f2334d439426ff22c36fe57e890a Author: Cem Keylan <cem@ckyln.com> Date: Fri, 5 Jun 2020 18:22:10 +0300 libgpg-error: install static libraries Diffstat:
M | extra/libgpg-error/build | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/extra/libgpg-error/build b/extra/libgpg-error/build @@ -3,6 +3,8 @@ ./configure \ --prefix=/usr \ --disable-nls \ - --enable-shared + --enable-shared \ + --enable-static + make make DESTDIR="$1" install