diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 18:06:13 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 18:06:13 +0200 |
commit | 88a7923e91fddec8e4f4c9115168ede5d239d8ee (patch) | |
tree | 226907f975553cbf9f6e37645579e039aa338ef5 /INSTALL | |
parent | bf05675a2007af645b1998d5b7c60ab7bf2dc1fc (diff) |
INSTALL: add --enable-extras
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,9 @@ All options: --with-selinux Link against SELInux libraries to set the expected context for created files. + --enable-extras + Build extras with larger external dependencies like glib, + libacl, libusb, ... The options used in a RPM spec file usually look like: --prefix=%{_prefix} @@ -38,6 +41,7 @@ The options used in a RPM spec file usually look like: --sysconfdir=%{_sysconfdir} --with-libdir-name=%{_lib} --with-selinux + --enable-extras The defined location for scripts and binaries which are called from rules is /lib/udev/ on all systems and architectures. Any |