diff --git a/extra/gcompat/build b/extra/gcompat/build index c70722f8..868ce233 100755 --- a/extra/gcompat/build +++ b/extra/gcompat/build @@ -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" -