Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3b0025211b2105d222f3c345e18ca28c > files > 1

libiodbc-3.52.7-1.fc12.src.rpm

--- bin/iodbc-config.in.orig	2006-01-23 11:29:22.000000000 +0100
+++ bin/iodbc-config.in	2009-06-04 17:48:19.000000000 +0200
@@ -145,10 +145,10 @@
       echo_libs=yes
       ;;
    --static-libs)
-      echo_staticlibs=yes
+      echo_libs=yes
       ;;
    --libtool-libs)
-      echo_libtoollibs=yes
+      echo_libs=yes
       ;;
    --data-dir)
       echo_data_dir=yes
@@ -196,19 +196,5 @@
 	if test "$lib_iodbc" = "yes"; then
 		libs="$libs -liodbc -liodbcinst"
 	fi
-	echo "-L@libdir@ $libs"
-fi
-if test "$echo_staticlibs" = "yes"; then
-	libs=""
-	if test "$lib_iodbc" = "yes"; then
-		libs="@libdir@/libiodbc.a @libdir@/libiodbcinst.a @LIBADD_DL@"
-	fi
-	echo "$libs"
-fi
-if test "$echo_libtoollibs" = "yes"; then
-	libs=""
-	if test "$lib_iodbc" = "yes"; then
-		libs="@libdir@/libiodbc.la @libdir@/libiodbcinst.la"
-	fi
 	echo "$libs"
 fi