Reformat configure options to make debug project maintenance easier.

OBS-URL: https://build.opensuse.org/package/show/hardware/libusb-1_0?expand=0&rev=27
This commit is contained in:
Stanislav Brabec 2012-04-03 17:24:53 +00:00 committed by Git OBS Bridge
parent 1932529b3c
commit b6e2dee313

View File

@ -57,7 +57,9 @@ Libusb is a library that allows userspace access to USB devices.
%build
mkdir m4 ; autoreconf -f -i
%configure --with-pic --disable-static
%configure\
--with-pic\
--disable-static
make %{?jobs:-j%jobs}
%install