From 68d62cbac21c01367e617d3793d9956e2f9483f1 Mon Sep 17 00:00:00 2001 From: oana Date: Mon, 26 Jul 2021 09:01:33 +0000 Subject: [PATCH] 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 --- yate-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yate-config.sh b/yate-config.sh index e9d95b08..8c218354 100755 --- a/yate-config.sh +++ b/yate-config.sh @@ -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