]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix libdir
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 May 2008 13:16:55 +0000 (13:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stlport-config.in -> 1.2

stlport-config.in

index 5b35069ea3c685451ec9e33ccc0cf7477d956df1..c64b32aed869b6c5552751e831e0b4403d3482b3 100644 (file)
@@ -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
This page took 0.039065 seconds and 4 git commands to generate.