diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-05 14:00:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-05 14:00:01 +0000 |
commit | 39e2351ea5724bbd5f1264c6ca78ae38e0148eba (patch) | |
tree | ae93038d0732f1b73f47f3efbf9d02f3b8f9e8b8 | |
parent | c6ec8a26ebeca23f086d9be22720dc0cf7e0fc3f (diff) | |
download | aports-39e2351ea5724bbd5f1264c6ca78ae38e0148eba.tar.bz2 aports-39e2351ea5724bbd5f1264c6ca78ae38e0148eba.tar.xz |
main/gradm: build fix
work around libfl issue that affects x86
-rw-r--r-- | main/gradm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gradm/APKBUILD b/main/gradm/APKBUILD index f8852bdbb7..74adc727d6 100644 --- a/main/gradm/APKBUILD +++ b/main/gradm/APKBUILD @@ -28,7 +28,7 @@ prepare() { build() { cd "$_builddir" - make || return 1 + make LIBS="" || return 1 } package() { |