]> git.pld-linux.org Git - packages/STLport.git/blobdiff - stlport-config.in
- bug (infinite loop) fix.
[packages/STLport.git] / stlport-config.in
index c64b32aed869b6c5552751e831e0b4403d3482b3..c41783510077ad3244d91284394a06eaa3d1884e 100644 (file)
@@ -5,7 +5,7 @@ exec_prefix=@exec_prefix@
 exec_prefix_set=yes
 
 usage="\
-Usage: stlport-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
+Usage: stlport-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
 
 if test $# -eq 0; then
       echo "${usage}" 1>&2
@@ -39,12 +39,12 @@ while test $# -gt 0; do
       echo @VERSION@
       ;;
     --cflags)
-      includes="-I@includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 "
+      includes="-pthread -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -isystem @includedir@/stlport "
       echo $includes
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm
+      echo -lc -nodefaultlibs $libdirs -lstlport
       ;;
     *)
       echo "${usage}" 1>&2
This page took 0.03665 seconds and 4 git commands to generate.