- Avoid an unneeded explicit dependency on a certain version of libtcl (pgtcl-stubs.patch). OBS-URL: https://build.opensuse.org/request/show/201887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PgTcl?expand=0&rev=18
27 lines
798 B
Diff
27 lines
798 B
Diff
Index: libpgtcl-1.7/configure
|
|
===================================================================
|
|
--- libpgtcl-1.7.orig/configure 2008-05-23 20:49:16.000000000 +0200
|
|
+++ libpgtcl-1.7/configure 2013-10-02 14:51:53.680504110 +0200
|
|
@@ -6770,7 +6770,7 @@
|
|
fi
|
|
done
|
|
|
|
-#LIBS=$SAVE_LIBS
|
|
+LIBS=$SAVE_LIBS
|
|
|
|
|
|
|
|
Index: libpgtcl-1.7/configure.in
|
|
===================================================================
|
|
--- libpgtcl-1.7.orig/configure.in 2008-05-23 21:06:35.000000000 +0200
|
|
+++ libpgtcl-1.7/configure.in 2013-10-02 14:49:46.117186531 +0200
|
|
@@ -116,7 +116,7 @@
|
|
SAVE_LIBS=$LIBS
|
|
LIBS="$PG_LIBS $LIBS $TCL_LIB_SPEC"
|
|
AC_CHECK_FUNCS(Tcl_NewDictObj PQexecParams PQexecPrepared PQsendQueryParams PQsendQueryPrepared PQserverVersion lo_truncate)
|
|
-#LIBS=$SAVE_LIBS
|
|
+LIBS=$SAVE_LIBS
|
|
|
|
|
|
AC_SUBST(LIBPG)
|