patch-src_interfaces_ecpg_ecpglib_Makefile 614 B

123456789101112131415
  1. $OpenBSD: patch-src_interfaces_ecpg_ecpglib_Makefile,v 1.11 2016/12/18 18:18:27 jeremy Exp $
  2. --- src/interfaces/ecpg/ecpglib/Makefile.orig Mon Jul 18 22:54:26 2016
  3. +++ src/interfaces/ecpg/ecpglib/Makefile Wed Aug 3 15:54:25 2016
  4. @@ -15,8 +15,8 @@ include $(top_builddir)/src/Makefile.global
  5. PGFILEDESC = "ECPG - embedded SQL in C"
  6. NAME= ecpg
  7. -SO_MAJOR_VERSION= 6
  8. -SO_MINOR_VERSION= 8
  9. +SO_MAJOR_VERSION= ${LIBecpg_MAJOR}
  10. +SO_MINOR_VERSION= ${LIBecpg_MINOR}
  11. override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
  12. -I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)