From 03020ea2368a71185a2e3f2383406ed3f6e2f182 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 29 May 2015 10:47:55 +0300 Subject: [PATCH] [rpm] Remove --enable-udev as the option has been removed No need to pass --enable-udev anymore to ./configure as it is has been default for years and hal is really not coming back ever. Signed-off-by: Philippe De Swert --- rpm/usb-moded.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/usb-moded.spec b/rpm/usb-moded.spec index c514c2c..cc502f3 100644 --- a/rpm/usb-moded.spec +++ b/rpm/usb-moded.spec @@ -294,7 +294,7 @@ when the UI fails. %build %autogen -%configure --enable-app-sync --enable-udev --enable-meegodevlock --enable-debug --enable-connman --enable-systemd +%configure --enable-app-sync --enable-meegodevlock --enable-debug --enable-connman --enable-systemd make all doc %{?_smp_mflags} %install