diff options
Diffstat (limited to 'community/bannergrab/APKBUILD')
-rw-r--r-- | community/bannergrab/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bannergrab/APKBUILD b/community/bannergrab/APKBUILD index 95f08b7813..69231923e7 100644 --- a/community/bannergrab/APKBUILD +++ b/community/bannergrab/APKBUILD @@ -27,7 +27,7 @@ prepare() { build() { cd "$_builddir" - make CFLAGS="-lcrypto" || return 1 + make CFLAGS="-lcrypto -lssl" || return 1 } package() { |