]> git.pld-linux.org Git - packages/apcupsd.git/blobdiff - apcupsd.spec
- added master/slave
[packages/apcupsd.git] / apcupsd.spec
index b49beaf3d0c58cc504c0917cc39f9b6711030f7c..3ac822196441fdad10126ebf647ba08d3cbe503c 100644 (file)
@@ -56,12 +56,12 @@ cd ..
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
        %{?with_test:--enable-test} \
-       %{?with_net:--enable-net} \
+%if %{?with_net}
+       --enable-net \
+       --enable-master-slave \
+%endif 
        %{?with_snmp:--enable-snmp} \
-%if %{with usb}
-       --enable-usb \
-       --with-serial-dev=/dev/usb/hiddev[0-15] \
-%endif
+       %{with usb:--enable-usb}
 
 %{__make}
 
This page took 0.072296 seconds and 4 git commands to generate.