Advertisement
digimer

Untitled

Dec 23rd, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. vim /root/drbd-8.4.4/drbd.spec
  2.  
  3. ====
  4. %build
  5. %configure \
  6. --with-utils \
  7. --without-km \
  8. %{?_without_udev} \
  9. %{?_without_xen} \
  10. %{?_without_pacemaker} \
  11. %{?_without_heartbeat} \
  12. %{?_with_rgmanager} \
  13. %{?_without_bashcompletion} \
  14. %{?_without_legacy_utils} \
  15. --with-initdir=%{_initddir}
  16. make %{?_smp_mflags}
  17. ====
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement