From: Bruce Momjian Date: Mon, 7 Jun 1999 17:20:24 +0000 (+0000) Subject: On AIX 4.3.2 the third line in template/aix_42: X-Git-Tag: REL6_5~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094616ec83cf04d7df5cbe7266a62dcafbcfbf3a;p=postgresql 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 --- diff --git a/src/template/aix_42 b/src/template/aix_42 index 783e8f4f68..49f3a69041 100644 --- a/src/template/aix_42 +++ b/src/template/aix_42 @@ -1,6 +1,6 @@ AROPT:crs CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong -SHARED_LIB: +SHARED_LIB:-lc ALL: SRCH_INC: SRCH_LIB: