mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Build libecpg with -DFRONTEND in all supported versions.
Fix an oversight in commit151e74719bby back-patching commit44c5d387eato 9.0.
This commit is contained in:
		@@ -18,7 +18,7 @@ SO_MAJOR_VERSION= 6
 | 
				
			|||||||
SO_MINOR_VERSION= 3
 | 
					SO_MINOR_VERSION= 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
 | 
					override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
 | 
				
			||||||
	-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
 | 
						-I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
 | 
				
			||||||
override CFLAGS += $(PTHREAD_CFLAGS)
 | 
					override CFLAGS += $(PTHREAD_CFLAGS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Need to recompile any libpgport object files
 | 
					# Need to recompile any libpgport object files
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user