mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 22:32:45 -04:00
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
10 lines
116 B
Text
10 lines
116 B
Text
AROPT=cr
|
|
DLSUFFIX=.so
|
|
|
|
if test "$GCC" = yes ; then
|
|
CFLAGS=
|
|
SHARED_LIB=-fPIC
|
|
else
|
|
CFLAGS=
|
|
SHARED_LIB=-PIC
|
|
fi
|