mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
gcompat: silence pkgconf errors
This commit is contained in:
parent
ff53905791
commit
ff6218a8a3
@ -3,6 +3,13 @@
|
|||||||
sed 's|/lib|/usr/lib|g' Makefile > _
|
sed 's|/lib|/usr/lib|g' Makefile > _
|
||||||
mv -f _ Makefile
|
mv -f _ Makefile
|
||||||
|
|
||||||
|
# pkgconf is only used to check for obstack support
|
||||||
|
# which we don't have. The build works fine without
|
||||||
|
# this line, this just hides the errors.
|
||||||
|
#
|
||||||
|
# Also see: https://github.com/pullmoll/musl-obstack/
|
||||||
|
export PKG_CONFIG=/bin/true
|
||||||
|
|
||||||
make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1
|
make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user