diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
commit | 05ec6e7507d159e5a02a82927c6571b7e516c52e (patch) | |
tree | ee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /README | |
parent | eb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff) |
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |