diff options
Diffstat (limited to 'dev-db/unixODBC/files')
-rw-r--r-- | dev-db/unixODBC/files/unixODBC-2.3.11-config-no-install.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-db/unixODBC/files/unixODBC-2.3.11-config-no-install.patch b/dev-db/unixODBC/files/unixODBC-2.3.11-config-no-install.patch new file mode 100644 index 000000000000..f7b276523f83 --- /dev/null +++ b/dev-db/unixODBC/files/unixODBC-2.3.11-config-no-install.patch @@ -0,0 +1,33 @@ +https://github.com/lurcher/unixODBC/commit/685df9e2b4fbbd191ab081a2020956aa78295fe0 + +From 685df9e2b4fbbd191ab081a2020956aa78295fe0 Mon Sep 17 00:00:00 2001 +From: Hugh McMaster <hugh.mcmaster@outlook.com> +Date: Fri, 13 May 2022 22:03:37 +1000 +Subject: [PATCH] Makefile.am: Do not install config.h + +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-ACLOCAL_AMFLAGS=-I m4 ++ACLOCAL_AMFLAGS=-I m4 + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = \ +@@ -21,7 +21,7 @@ SUBDIRS = \ + include \ + doc \ + man \ +- samples ++ samples + + EXTRA_DIST = \ + README.OSX \ +@@ -47,7 +47,7 @@ EXTRA_DIST = \ + + include_HEADERS = unixodbc.h + +-pkginclude_HEADERS = unixodbc_conf.h config.h ++pkginclude_HEADERS = unixodbc_conf.h + + install-data-hook: + -$(MKDIR_P) $(DESTDIR)$(sysconfdir)/ODBCDataSources |