From 37ad98d89ca878b7f84d63bc603813819dba12f4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 25 Nov 2010 07:31:03 +0000 Subject: main/beecrypt: build fix for x86_64 workaround so we get libs in libdir instead of libaltdir. --- main/beecrypt/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/beecrypt/APKBUILD b/main/beecrypt/APKBUILD index aaf69be4af..d00a345663 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" -- cgit v1.2.3