Put path where the library is found before the linked library.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6505 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2021-07-26 09:01:33 +00:00
parent 11bcd6a7f8
commit 68d62cbac2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ s1="@MODULE_CPPFLAGS@"
s2="-I@includedir@/yate"
s3="@MODULE_LDFLAGS@"
s4="@MODULE_SYMBOLS@"
s5="-lyate -L$libdir"
s5="-L$libdir -lyate"
while [ "$#" != 0 ]; do
case "$1" in