mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Per my ongoing discussion with PeterE, here is the patch I applied to
src/template/unixware: Larry Rosenman
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
AROPT=crs
|
||||
CFLAGS='-O -K i486,host,inline,loop_unroll,alloca -Dsvr4'
|
||||
CFLAGS='-O -K host,inline,loop_unroll,alloca -Dsvr4'
|
||||
SHARED_LIB='-K PIC'
|
||||
SRCH_INC='/opt/include'
|
||||
SRCH_LIB='/opt/lib'
|
||||
DLSUFFIX=.so
|
||||
CC=cc
|
||||
CXX=CC
|
||||
|
Reference in New Issue
Block a user