summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2020-11-21 21:33:33 +0100
committerOneric <oneric@oneric.stub>2021-02-22 15:18:49 +0100
commitb5719b821a88705aa27b2bba18e6aa7df2aaa483 (patch)
tree0192ecd0293ec20b9b2b0f72e971361c505b0d76 /test
parentc9c4fed39339ffde45123013a117e06d0bb9c488 (diff)
downloadlibass-b5719b821a88705aa27b2bba18e6aa7df2aaa483.tar.bz2
libass-b5719b821a88705aa27b2bba18e6aa7df2aaa483.tar.xz
configure: respect user-LIBS while locating system libs
This allows to eg supply an alternative math library via LIBS="-lmymath" ./configure (in case the system has a seperate libm) This also means user-supplied LIBS now end up in our pc's Libs.private, which is probably correct for most cases. In case this assumptions turns out to be wrong and your reading this after bisecting some obscure error, well sorry about that. To exclude user-LIBS from pkg_libs again, eg save OLDLIBS="$LIBS" before and then set pkg_libs="${LIBS#$OLDLIBS}" after locating system libs.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions