mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/squid: fix
This commit is contained in:
parent
8c0f536b8a
commit
19609a1d58
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ build() {
|
|||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && LIBS="-latomic"
|
||||
|
||||
PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
|
||||
LIBS=$LIBS
|
||||
LIBS=$LIBS \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
|
|
Loading…
Reference in a new issue