mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Here are some additional patches needed to get the UnixWare 7 C++
compiler to attempt to compile libpq++. The patches address the following problems: 1. In my first pass at changing the libpq++ makefile, I forgot to include the PORTNAME in the Makefile.in file. 2. The UnixWare 7 C++ compiler did not like the '-K alloca' option in CXXFLAGS. Billy G. Allie
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-Xa -v -O -K i486,host,inline,loop_unroll,alloca -Dsvr4
|
||||
CFLAGS:-O -K i486,host,inline,loop_unroll,alloca -Dsvr4
|
||||
SHARED_LIB:-K PIC
|
||||
SRCH_INC:/opt/include
|
||||
SRCH_LIB:/opt/lib
|
||||
|
Reference in New Issue
Block a user