diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 17:43:12 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 17:43:12 +0200 |
commit | af23b83ea714756aa4bfed7f7501739c69428e40 (patch) | |
tree | 1347ff8887b1b5de937a901b70fb25654f536b71 /autogen.sh | |
parent | 1a669a701914badc6ecbeb29eb2cab1e17d0994b (diff) |
udev-acl: move from udev-extras
The build of extras with larger external dependencies is wrapped in:
--enable-extras
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 83af29cd21..e41bae05cf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ CFLAGS="-g -Wall \ libdirname=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) args="--prefix=/usr --exec-prefix= --sysconfdir=/etc \ --libdir=/usr/$libdirname --with-libdir-name=$libdirname \ ---with-selinux --enable-gtk-doc +--with-selinux --enable-gtk-doc --enable-extras" export CFLAGS="$CFLAGS -O2" ./configure $args $@ |