mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-11 00:07:46 +08:00
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.
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
CFLAGS=-O2
|
|
SRCH_INC=/usr/local/include
|
|
SRCH_LIB=/usr/local/lib
|
|
LIBS=-lcygipc
|