aboutsummaryrefslogtreecommitdiff
path: root/extra/libgpg-error
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 18:22:10 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 18:22:10 +0300
commit3010fdf4abe941176cfa8e41b4d2ac5ae524afd0 (patch)
tree8a8de7267cf07c07c5dadb234f814bfc61a065a2 /extra/libgpg-error
parent2d29a0570152f2334d439426ff22c36fe57e890a (diff)
downloadrepository-3010fdf4abe941176cfa8e41b4d2ac5ae524afd0.tar.gz
libgpg-error: install static libraries
Diffstat (limited to 'extra/libgpg-error')
-rwxr-xr-xextra/libgpg-error/build4
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