diff options
author | Thomas Penteker <tek@serverop.de> | 2011-10-31 14:11:47 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-10-31 14:11:47 +0100 |
commit | cc98a6bd9a059215dbed1242a2a6e14de3b25feb (patch) | |
tree | 3e74873a1cec1075935be38d48261e21273ba4bb | |
parent | de8d9fc43e6c4d03b7679f6fa58fd7e78be1275e (diff) | |
download | opt-cc98a6bd9a059215dbed1242a2a6e14de3b25feb.tar.gz opt-cc98a6bd9a059215dbed1242a2a6e14de3b25feb.tar.xz |
libgcrypt: enable static build (for static cryptsetup)
-rw-r--r-- | libgcrypt/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcrypt/Pkgfile b/libgcrypt/Pkgfile index 3ab4ec125..bc1d05731 100644 --- a/libgcrypt/Pkgfile +++ b/libgcrypt/Pkgfile @@ -14,7 +14,8 @@ build() { ./configure \ --prefix=/usr \ - --disable-padlock-support + --disable-padlock-support \ + --enable-static=yes make make DESTDIR=$PKG install |