summaryrefslogtreecommitdiffstats
path: root/main/beecrypt
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-25 07:31:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-11-25 07:31:03 +0000
commit37ad98d89ca878b7f84d63bc603813819dba12f4 (patch)
tree4201c940d1ea60bd609640ec173ec21a86e30ce6 /main/beecrypt
parentc6978edec3877516750d449d45332c2cc9169bb1 (diff)
downloadaports-37ad98d89ca878b7f84d63bc603813819dba12f4.tar.bz2
aports-37ad98d89ca878b7f84d63bc603813819dba12f4.tar.xz
main/beecrypt: build fix for x86_64
workaround so we get libs in libdir instead of libaltdir.
Diffstat (limited to 'main/beecrypt')
-rw-r--r--main/beecrypt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/beecrypt/APKBUILD b/main/beecrypt/APKBUILD
index aaf69be4a..d00a34566 100644
--- a/main/beecrypt/APKBUILD
+++ b/main/beecrypt/APKBUILD
@@ -32,12 +32,12 @@ build() {
--without-java \
--without-python \
--with-cplusplus=no
- make || return 1
+ make libaltdir=/usr/lib || return 1
}
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make libaltdir=/usr/lib DESTDIR="$pkgdir" install
}
md5sums="820d26437843ab0a6a8a5151a73a657c beecrypt-4.1.2.tar.gz
01444edbffee71c2d8818fa66a3a8555 beecrypt-4.1.2-base64.patch"