openssl: fix absolute prefix
This commit is contained in:
parent
f9839feeab
commit
7e5efb935f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PREFIX=/usr
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./Configure \
|
./Configure \
|
||||||
--prefix=$PREFIX \
|
--prefix=/$PREFIX \
|
||||||
--openssldir=/etc/ssl \
|
--openssldir=/etc/ssl \
|
||||||
--libdir=lib \
|
--libdir=lib \
|
||||||
linux-generic64 \
|
linux-generic64 \
|
||||||
|
|
Loading…
Reference in a new issue