summaryrefslogtreecommitdiff
path: root/system/libaio
diff options
context:
space:
mode:
Diffstat (limited to 'system/libaio')
-rw-r--r--system/libaio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libaio/APKBUILD b/system/libaio/APKBUILD
index 79ff0f628..7423a10d7 100644
--- a/system/libaio/APKBUILD
+++ b/system/libaio/APKBUILD
@@ -16,7 +16,7 @@ source="http://ftp.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver
build() {
cd "$builddir"
- make
+ make LDFLAGS="$LDFLAGS -lssp_nonshared"
}
check() {