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-e72c3f656dc1divo
parent
11bcd6a7f8
commit
68d62cbac2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue