aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-19 21:17:05 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-19 21:17:05 +0200
commite3c14a7ff3931e4c09711966e3a82fd8f98e568a (patch)
tree75ae002def57fd8740ab6cfeed45106d0ebae7b7 /INSTALL
parent4fb270171d96e55c851e1493b18dfee1b3a4139e (diff)
downloadudev-e3c14a7ff3931e4c09711966e3a82fd8f98e568a.tar.gz
configure: reorder options
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 0 insertions, 36 deletions
diff --git a/INSTALL b/INSTALL
index aeabcb9d..943a8a46 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,42 +8,6 @@ Usual options for udev installed in the root filesystem are:
--libexecdir=/lib/udev \
--with-selinux
-All options:
- --prefix=
- Usually /usr, prefix for man pages, include files.
- --sysconfdir=
- Usually /etc.
- --sbindir=
- Usually /sbin, the place for udevd and udevadm.
- --libexecdir=
- Usually /lib/udev, the udev private directory.
- --enable-debug
- Compile-in verbose debug messages. Usually not needed,
- it increases the size of the binaries.
- --disable-logging
- Disable all logging and compile-out all log strings. This
- is not recommended, as it makes it almost impossible to debug
- udev on the running system.
- --with-selinux
- Link against SELinux libraries to set the expected context
- for created files.
- --disable-rule_generator
- Disable persistent network, cdrom naming support.
- --disable-hwdb
- Disable hardware database support
- --disable-udev_acl
- Disable local user acl permissions support.
- --disable-gudev
- Disable Gobject libudev support.
- --disable-introspection
- Disable Gobject introspection support.
- --disable-keymap
- Disable keymap fixup support.
- --enable-floppy
- Enable legacy floppy support.
- --enable-edd
- Enable disk edd support.
-
The options used in a RPM spec file usually look like:
%configure \
--prefix=%{_prefix} \