From: Elan Ruusamäe Date: Fri, 2 May 2008 13:16:55 +0000 (+0000) Subject: - fix libdir X-Git-Tag: auto/th/STLport-5_1_5-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FSTLport.git;a=commitdiff_plain;h=dab6584f576434f1f49c4f9a94b0028875f671c0 - fix libdir Changed files: stlport-config.in -> 1.2 --- diff --git a/stlport-config.in b/stlport-config.in index 5b35069..c64b32a 100644 --- a/stlport-config.in +++ b/stlport-config.in @@ -43,8 +43,8 @@ while test $# -gt 0; do echo $includes ;; --libs) - libdirs=-L@libdir@/lib - echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm + libdirs=-L@libdir@ + echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm ;; *) echo "${usage}" 1>&2