diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 18:22:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 18:22:44 +0300 |
commit | 9c0bbe60411ce81b4685808ad16b131fd21e9558 (patch) | |
tree | b32119ab212f2863ee513269c546891b95326acd /extra/libgcrypt | |
parent | 3010fdf4abe941176cfa8e41b4d2ac5ae524afd0 (diff) | |
download | repository-9c0bbe60411ce81b4685808ad16b131fd21e9558.tar.gz |
libgcrypt: install static libraries
Diffstat (limited to 'extra/libgcrypt')
-rwxr-xr-x | extra/libgcrypt/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libgcrypt/build b/extra/libgcrypt/build index 80ce93e8..7ce6252f 100755 --- 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 |