diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-25 07:54:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-25 07:54:36 +0000 |
commit | ab6e7afad117165375aa278d5c92e7fdfa1c5c0c (patch) | |
tree | e461e97d7deb4d621cc7ea2b3b9e1d4fce9fecb4 /main/xfsprogs | |
parent | 9982b714a75a840699b0a25c24731005e92078cb (diff) | |
download | aports-ab6e7afad117165375aa278d5c92e7fdfa1c5c0c.tar.bz2 aports-ab6e7afad117165375aa278d5c92e7fdfa1c5c0c.tar.xz |
main/xfsprogs: disable lib64 for x86_64
Diffstat (limited to 'main/xfsprogs')
-rw-r--r-- | main/xfsprogs/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD index 666f0e3c7a..77e3468a80 100644 --- a/main/xfsprogs/APKBUILD +++ b/main/xfsprogs/APKBUILD @@ -27,6 +27,7 @@ build() { ./configure --prefix=/usr \ --sbindir=/sbin \ --libexecdir=/usr/lib \ + --enable-lib64=no \ --enable-gettext=no make SHELL=/bin/bash || return 1 |