Accepting request 508026 from home:jengelh:branches:Virtualization
- Remove --with-pic which is only for static libs - Use %_smp_mflags instead of just %jobs OBS-URL: https://build.opensuse.org/request/show/508026 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=610
This commit is contained in:
parent
f044c9550b
commit
b7d76a8470
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 19:05:17 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Remove --with-pic which is only for static libs
|
||||
- Use %_smp_mflags instead of just %jobs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 22:07:38 UTC 2017 - jfehlig@suse.com
|
||||
|
||||
|
@ -1018,7 +1018,7 @@ LOADERS="$LOADERS:/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-a
|
||||
|
||||
autoreconf -f -i
|
||||
export CFLAGS="%{optflags}"
|
||||
%configure --disable-static --with-pic \
|
||||
%configure --disable-static \
|
||||
%{?arg_xen} \
|
||||
%{?arg_qemu} \
|
||||
%{?arg_openvz} \
|
||||
@ -1082,7 +1082,7 @@ export CFLAGS="%{optflags}"
|
||||
ac_cv_path_SHOWMOUNT=/usr/sbin/showmount \
|
||||
ac_cv_path_PARTED=/usr/sbin/parted \
|
||||
ac_cv_path_QEMU_BRIDGE_HELPER=/usr/lib/qemu-bridge-helper
|
||||
make V=1 %{?jobs:-j%jobs} HTML_DIR=%{_docdir}/%{name}
|
||||
make V=1 %{?_smp_mflags} HTML_DIR=%{_docdir}/%{name}
|
||||
gzip -9 ChangeLog
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user