|
|
@ -57,7 +57,7 @@ var_append extraconfopt ' ' '--enable-cmdlib' |
|
|
|
var_append extraconfopt ' ' '--enable-dmeventd' |
|
|
|
var_append extraconfopt ' ' '--enable-dmeventd' |
|
|
|
|
|
|
|
|
|
|
|
# enable synchronisation with udev processing |
|
|
|
# enable synchronisation with udev processing |
|
|
|
if pkginstalled udev; then |
|
|
|
if pkginstalled -f udev; then |
|
|
|
var_append extraconfopt ' ' '--enable-udev_sync' |
|
|
|
var_append extraconfopt ' ' '--enable-udev_sync' |
|
|
|
# install rule files needed for udev synchronisation |
|
|
|
# install rule files needed for udev synchronisation |
|
|
|
var_append extraconfopt ' ' '--enable-udev_rules' |
|
|
|
var_append extraconfopt ' ' '--enable-udev_rules' |
|
|
|