mirror of https://github.com/postgres/postgres
parent
b510c44202
commit
6687152582
@ -1,2 +1,4 @@ |
||||
CFLAGS="$CFLAGS -pipe" |
||||
|
||||
THREAD_SUPPORT=yes |
||||
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14 |
||||
|
||||
@ -0,0 +1 @@ |
||||
CFLAGS="$CFLAGS -pipe" |
||||
@ -1,2 +1,2 @@ |
||||
CFLAGS="-O2 -I/usr/local/include" |
||||
CFLAGS="$CFLAGS -I/usr/local/include" |
||||
LIBS="-lunix" |
||||
|
||||
Loading…
Reference in new issue