# HG changeset patch # User Guido Berhoerster # Date 1530978959 -7200 # Node ID b7309b030e8da2538010776077d703e403172dc2 # Parent d9c4bdc004d27a1dddaf783ab015b287c55c32dc Port to AIX diff -r d9c4bdc004d2 -r b7309b030e8d Makefile --- a/Makefile Sat Jul 07 14:57:57 2018 +0200 +++ b/Makefile Sat Jul 07 17:55:59 2018 +0200 @@ -85,6 +85,8 @@ else HAVE_ERR_H ?= 1 endif +else ifeq ($(OS_NAME),AIX) + HAVE_ERR_H ?= 0 endif OBJS = sencrypt.o diff -r d9c4bdc004d2 -r b7309b030e8d README --- a/README Sat Jul 07 14:57:57 2018 +0200 +++ b/README Sat Jul 07 17:55:59 2018 +0200 @@ -17,7 +17,7 @@ sencrypt requires a POSIX:2004 compatible operating system, it has been tested to work on Linux distributions, FreeBSD, Solaris and Illumos-derived -distributions, UnixWare, and OpenServer. The following tools and shared +distributions, UnixWare, OpenServer, and AIX. The following tools and shared libraries are required to build sencrypt: - GNU make >= 3.81