mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
One helluva mess.
Further extended Makefile.global/build/configure so that we can have a 'template' file for each OS (and each version of OS, as in BSDi) which is used as much as possible to generate Makefile.global Any future ports should look at using the template file as a basis, before moving over to Makefile.global. This will most probably break alot of the ports, atho I've tried to be very neat about it...
This commit is contained in:
8
src/template/linux
Normal file
8
src/template/linux
Normal file
@ -0,0 +1,8 @@
|
||||
AROPT:cq
|
||||
BACKEND:
|
||||
SHARED_LIB:-fpic
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
Reference in New Issue
Block a user