Mercurial > projects > sencrypt
changeset 17:b7309b030e8d
Port to AIX
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Sat, 07 Jul 2018 17:55:59 +0200 |
parents | d9c4bdc004d2 |
children | 07f525330bc7 |
files | Makefile README |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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