mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-27 00:12:01 +03:00 
			
		
		
		
	Previously export_dynamic was set in src/makefiles/Makefile.$port. For solaris this required exporting with_gnu_ld. The determination of with_gnu_ld would be nontrivial to copy for meson PGXS compatibility. It's also nice to delete libtool.m4. This uses -Wl,--export-dynamic on all platforms, previously all platforms but FreeBSD used -Wl,-E. The likelihood of a name conflict seems lower with the longer spelling. Discussion: https://postgr.es/m/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de
		
			
				
	
	
		
			13 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dnl aclocal.m4
 | |
| m4_include([config/ax_pthread.m4])
 | |
| m4_include([config/c-compiler.m4])
 | |
| m4_include([config/c-library.m4])
 | |
| m4_include([config/check_decls.m4])
 | |
| m4_include([config/general.m4])
 | |
| m4_include([config/llvm.m4])
 | |
| m4_include([config/perl.m4])
 | |
| m4_include([config/pkg.m4])
 | |
| m4_include([config/programs.m4])
 | |
| m4_include([config/python.m4])
 | |
| m4_include([config/tcl.m4])
 |