File: no-config-header.patch

package info (click to toggle)
unixodbc 2.3.11-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,924 kB
  • sloc: ansic: 86,782; makefile: 1,125; sh: 1,059; yacc: 972; sql: 1
file content (16 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not install config.h
Author: Hugh McMaster <hugh.mcmaster@outlook.com>
Forwarded: https://github.com/lurcher/unixODBC/pull/108
Last-Update: 2022-05-13

--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@
 
 include_HEADERS = unixodbc.h
 
-pkginclude_HEADERS = unixodbc_conf.h config.h
+pkginclude_HEADERS = unixodbc_conf.h
 
 install-data-hook:
 	-$(MKDIR_P) $(DESTDIR)$(sysconfdir)/ODBCDataSources