2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gcompat: simplify build

This commit is contained in:
Dylan Araps 2021-07-27 18:02:41 +03:00
parent 8a8e0d1802
commit 2d368e4590
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -8,10 +8,5 @@ mv -f _ Makefile
# 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 PKG_CONFIG=/bin/true
make install
ln -s ld-linux.so.2 "$1/usr/lib/ld-linux-x86-64.so.2"