mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to
Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
This commit is contained in:
@@ -1,10 +1 @@
|
||||
AROPT=cr
|
||||
DLSUFFIX=.so
|
||||
|
||||
if test "$GCC" = yes ; then
|
||||
CFLAGS=
|
||||
SHARED_LIB=-fPIC
|
||||
else
|
||||
CFLAGS=
|
||||
SHARED_LIB=-PIC
|
||||
fi
|
||||
CFLAGS=
|
||||
|
Reference in New Issue
Block a user