From ee67778ca3abc6a091e5585e4c44d7c1a39e5833 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 May 2015 17:30:06 -0400 Subject: Fix 64-bit build --- pmake.hack/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pmake.hack/README (limited to 'pmake.hack/README') diff --git a/pmake.hack/README b/pmake.hack/README new file mode 100644 index 0000000..e53c640 --- /dev/null +++ b/pmake.hack/README @@ -0,0 +1,7 @@ +Slackware64's pmake is broken: the includes /usr/share/mk/*.mk all say +things like 'LIBC=/usr/lib64/libc.a' (the lib should be lib64). These +files *have* to exist, whether they're actually needed or not (and they're +not, since they're static libs and we're building dynamic binaries). + +This directory contains fixed versions of the mk includes, for pmake's -m +option to use. -- cgit v1.2.3