summaryrefslogtreecommitdiff
path: root/dev-db/libiodbc/files/fix-runpaths-r1.patch
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-02 19:12:05 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-02 19:18:34 -0400
commit1632e2115f726b6e668aca48915f2b83e662325b (patch)
treea43077bd46f758170f89400acbaa1dedacce7d5c /dev-db/libiodbc/files/fix-runpaths-r1.patch
parent8fea9a70696855a5acfd05df20cc725fc6aff186 (diff)
downloadgentoo-1632e2115f726b6e668aca48915f2b83e662325b.tar.gz
gentoo-1632e2115f726b6e668aca48915f2b83e662325b.tar.bz2
gentoo-1632e2115f726b6e668aca48915f2b83e662325b.zip
dev-db/libiodbc: new version 3.5.12.
This new version comes with a few changes. Most noticeably, the ebuild was updated to EAPI=6 and the eutils eclass was dropped. One patch (fix-runpaths-r1.patch) had to be revisioned to make it compatible with eapply. Another patch, libiodbc-*-multilib.patch, had to be updated to apply to the new version. I duplicated the additions/deletions in the original patch exactly. Two other patches, libiodbc-3.52.7-gtk.patch and libiodbc-3.52.8-gtk-parallel-make.patch, have become obsolete and were removed completely. I removed a "chmod -x include/*.h" hack, as it looks no longer necessary. I then added a new hack, "touch ChangeLog" before eautoreconf. Gentoo-Bug: 516300 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-db/libiodbc/files/fix-runpaths-r1.patch')
-rw-r--r--dev-db/libiodbc/files/fix-runpaths-r1.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/libiodbc/files/fix-runpaths-r1.patch b/dev-db/libiodbc/files/fix-runpaths-r1.patch
new file mode 100644
index 000000000000..2cd76c816254
--- /dev/null
+++ b/dev-db/libiodbc/files/fix-runpaths-r1.patch
@@ -0,0 +1,15 @@
+--- a/samples/Makefile.am 2012-03-27 05:15:02.000000000 +0200
++++ b/samples/Makefile.am.new 2013-04-09 14:07:48.303789999 +0200
+@@ -78,12 +78,10 @@
+ #
+ iodbctest_SOURCES = iodbctest.c
+ iodbctest_LDADD = ../iodbc/libiodbc.la
+-iodbctest_LDFLAGS = -static
+
+ iodbctestw_CFLAGS = -DUNICODE
+ iodbctestw_SOURCES = iodbctest.c
+ iodbctestw_LDADD = ../iodbc/libiodbc.la
+-iodbctestw_LDFLAGS = -static
+
+ EXTRA_DIST = $(srcdir)/Makefile.sample
+