mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/pkgconf: add /usr/local to search path
This commit is contained in:
parent
d1061ed23e
commit
7f93978355
@ -2,7 +2,7 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=pkgconf
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="development framework configuration tools"
|
||||
url="https://github.com/pkgconf/pkgconf"
|
||||
arch="all"
|
||||
@ -28,6 +28,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--with-pkg-config-dir=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig \
|
||||
|| return 1
|
||||
make || return 1
|
||||
if [ "$CHOST" = "$CBUILD" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user