diff options
Diffstat (limited to 'data/gcrypt/make.sh')
-rw-r--r-- | data/gcrypt/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/gcrypt/make.sh b/data/gcrypt/make.sh index 1b3c1b776..d2688436e 100644 --- a/data/gcrypt/make.sh +++ b/data/gcrypt/make.sh @@ -1,6 +1,7 @@ pkg:extract cd * pkg:patch -pkg:configure +pkg:autoconf +pkg:configure --with-gpg-error-prefix="$(PKG_DEST_ libgpg-error)/usr" make pkg:install |