Skip to content

Commit 094616e

Browse files
committed
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
1 parent 4c45832 commit 094616e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/aix_42

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AROPT:crs
22
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
3-
SHARED_LIB:
3+
SHARED_LIB:-lc
44
ALL:
55
SRCH_INC:
66
SRCH_LIB:

0 commit comments

Comments
 (0)