mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
On AIX 4.3.2 the third line in template/aix_42:
SHARED_LIB: needs to be changed to: SHARED_LIB:-lc I think this was also needed on AIX 4.2. Comments Please !! If nobody objects, I suggest to make this change, since it cannot break AIX 4.2 and is necessary on AIX 4.3 Andreas
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
AROPT:crs
|
AROPT:crs
|
||||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
|
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
|
||||||
SHARED_LIB:
|
SHARED_LIB:-lc
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
|
Reference in New Issue
Block a user