aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
commit05ec6e7507d159e5a02a82927c6571b7e516c52e (patch)
treeee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /README
parenteb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff)
downloadudev-05ec6e7507d159e5a02a82927c6571b7e516c52e.tar.gz
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 7ac1d450..92088ac6 100644
--- a/README
+++ b/README
@@ -69,10 +69,6 @@ Compile Options:
USE_SELINUX
If set to 'true', udev will be built with SELinux support
enabled. This is disabled by default.
- USE_KLIBC
- If set to 'true', udev is built and linked against klibc.
- Default value is 'false'. KLCC specifies the klibc compiler
- wrapper, usually located at /usr/bin/klcc.
EXTRAS
list of helper programs in extras/ to build.
make EXTRAS="extras/cdrom_id extras/scsi_id extras/volume_id"