Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865084
en ru br
ALT Linux repos
S:2.3.11-alt1
5.0: 2.2.12-alt4
4.1: 2.2.12-alt3
4.0: 2.2.12-alt3
3.0: 2.2.8-alt3.1

Group :: Databases
RPM: unixODBC

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: unixODBC-2.2.11-symbols.patch
Download


The odbcinst.exp file shipped with 2.2.11 is a few symbols shy of a load.
We could try adding symbols to it, but the safest and most backward-compatible
solution is to not use it.  Hopefully the community will have this sorted
properly by 2.2.12, and we can get rid of this kluge.
diff -Naur unixODBC-2.2.11.orig/odbcinst/Makefile.am unixODBC-2.2.11/odbcinst/Makefile.am
--- unixODBC-2.2.11.orig/odbcinst/Makefile.am	2005-02-07 05:14:01.000000000 -0500
+++ unixODBC-2.2.11/odbcinst/Makefile.am	2005-04-08 13:48:45.719529522 -0400
@@ -11,8 +11,7 @@
 
 libodbcinst_la_LDFLAGS = \
     -version-info @LIB_VERSION@ \
-    -export-dynamic \
-    -export-symbols @srcdir@/odbcinst.exp
+    -export-dynamic
 
 libodbcinst_la_LIBADD = \
 	../ini/libinilc.la \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin