diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 18:22:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 18:22:10 +0300 |
commit | 3010fdf4abe941176cfa8e41b4d2ac5ae524afd0 (patch) | |
tree | 8a8de7267cf07c07c5dadb234f814bfc61a065a2 /extra/libgpg-error | |
parent | 2d29a0570152f2334d439426ff22c36fe57e890a (diff) | |
download | repository-3010fdf4abe941176cfa8e41b4d2ac5ae524afd0.tar.gz |
libgpg-error: install static libraries
Diffstat (limited to 'extra/libgpg-error')
-rwxr-xr-x | extra/libgpg-error/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/libgpg-error/build b/extra/libgpg-error/build index 996cc653..9f6da405 100755 --- 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 |