mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
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
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
AROPT:crs
|
|
CFLAGS:-O -K i486,host,inline,loop_unroll,alloca -Dsvr4
|
|
SHARED_LIB:-K PIC
|
|
SRCH_INC:/opt/include
|
|
SRCH_LIB:/opt/lib
|
|
USE_LOCALE:no
|
|
DLSUFFIX:.so
|
|
CC:cc
|
|
YFLAGS:-d
|