aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-02 11:10:26 +0000
committerDavid Howells <dhowells@redhat.com>2011-03-02 11:10:26 +0000
commit44c7ef0e17b8421f8929901bbc0056bbef67ea8b (patch)
treec4a9e126ab2ab7bbbfd7e5e29952c8e6c41a5fcd
parent6158555326c42ad7f942c6639603c2bb25e97356 (diff)
downloadkeyutils-44c7ef0e17b8421f8929901bbc0056bbef67ea8b.tar.gz
Build: NO_GLIBC_KEYSYS is obsolete
NO_GLIBC_KEYSYS is obsolete and no longer used in the C code, so remove it. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--Makefile5
-rw-r--r--README2
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2a84387..18a75c1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ MAJOR := 1
MINOR := 3
VERSION := $(MAJOR).$(MINOR)
NO_GLIBC_KEYERR := 0
-NO_GLIBC_KEYSYS := 0
NO_ARLIB := 0
ETCDIR := /etc
BINDIR := /bin
@@ -34,10 +33,6 @@ else
LIBLIBS :=
endif
-ifeq ($(NO_GLIBC_KEYSYS),1)
-CFLAGS += -DNO_GLIBC_KEYSYS
-endif
-
ifeq ($(BUILDFOR),32-bit)
CFLAGS += -m32
LIBDIR := /lib
diff --git a/README b/README
index c3e4bc3..5c3d94d 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ To build and install the tools and manual pages, run:
If your glibc does not contain definitions for the new error codes and system
calls, then try:
- make NO_GLIBC_KEYERR=1 NO_GLIBC_KEYSYS=1
+ make NO_GLIBC_KEYERR=1
The tools are licensed under the GPL and the utility library under the LGPL.
Copies of these are included in this tarball.