patch-src_interfaces_ecpg_compatlib_Makefile 638 B

123456789101112131415
  1. $OpenBSD: patch-src_interfaces_ecpg_compatlib_Makefile,v 1.1.1.1 2016/12/18 18:13:25 jeremy Exp $
  2. --- src/interfaces/ecpg/compatlib/Makefile.orig Mon Feb 8 21:15:19 2016
  3. +++ src/interfaces/ecpg/compatlib/Makefile Fri Feb 12 17:18:09 2016
  4. @@ -14,8 +14,8 @@ top_builddir = ../../../..
  5. include $(top_builddir)/src/Makefile.global
  6. NAME= ecpg_compat
  7. -SO_MAJOR_VERSION= 3
  8. -SO_MINOR_VERSION= 7
  9. +SO_MAJOR_VERSION= ${LIBecpg_compat_MAJOR}
  10. +SO_MINOR_VERSION= ${LIBecpg_compat_MINOR}
  11. override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
  12. -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils -DFRONTEND $(CPPFLAGS)