diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-08 09:41:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-08 09:41:25 +0000 |
commit | f6b46fe9fc5f7c0124be040ce4f9243663c2782a (patch) | |
tree | a4df00921d64eefbe71cdf43351155925321ae2e /testing | |
parent | 0efd42e6cda2de35339f24ff0d1974c99008109b (diff) | |
download | aports-f6b46fe9fc5f7c0124be040ce4f9243663c2782a.tar.bz2 aports-f6b46fe9fc5f7c0124be040ce4f9243663c2782a.tar.xz |
testing/freeradius: set libdir to /usr/lib/freeradius
Diffstat (limited to 'testing')
-rw-r--r-- | testing/freeradius/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/freeradius/APKBUILD b/testing/freeradius/APKBUILD index 03ba965242..5eeae230bd 100644 --- a/testing/freeradius/APKBUILD +++ b/testing/freeradius/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=freeradius pkgver=2.1.10 -pkgrel=2 +pkgrel=3 pkgdesc="RADIUS (Remote Authentication Dial-In User Service) server" url="http://freeradius.org/" license="GPL" @@ -43,14 +43,14 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ + --libdir=/usr/lib/freeradius \ --disable-static \ --enable-shared \ --disable-ltdl-install \ --disable-nsl \ --with-system-libltdl \ --with-system-libtool \ - --with-udpfromto \ - || return 1 + --with-udpfromto || return 1 # workaround parallel build issue make -j1 || return 1 |