diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 15:29:35 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 15:29:57 +0000 |
commit | e0375705834522103494d42d82f36e113cbb4836 (patch) | |
tree | f537823574e33028df50225f3b10d216d3be377a /community | |
parent | 29a24458d5466955a4fb1a2a4c0869010a12a0c2 (diff) | |
download | aports-e0375705834522103494d42d82f36e113cbb4836.tar.bz2 aports-e0375705834522103494d42d82f36e113cbb4836.tar.xz |
community/bannergrab: build fix gcc6
Diffstat (limited to 'community')
-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() { |