disable dtrace
This commit is contained in:
parent
722d70c58d
commit
256be803dc
@ -121,7 +121,7 @@ Patch7005: xserver-1.9.0-qxl-fallback.patch
|
|||||||
%define enable_xorg --disable-xorg
|
%define enable_xorg --disable-xorg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define kdrive --enable-kdrive --enable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev
|
%define kdrive --enable-kdrive --enable-xephyr --disable-xfake --disable-xfbdev
|
||||||
%define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
|
%define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
|
||||||
|
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
@ -365,6 +365,7 @@ export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS -Os"
|
|||||||
--with-builderstring="Build ID: %{name} %{version}-%{release}" \
|
--with-builderstring="Build ID: %{name} %{version}-%{release}" \
|
||||||
--with-os-name="$(hostname -s) $(uname -r)" \
|
--with-os-name="$(hostname -s) $(uname -r)" \
|
||||||
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
||||||
|
--without-dtrace \
|
||||||
--enable-install-libxf86config \
|
--enable-install-libxf86config \
|
||||||
--enable-xselinux --enable-record \
|
--enable-xselinux --enable-record \
|
||||||
--enable-config-udev \
|
--enable-config-udev \
|
||||||
@ -561,6 +562,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{xserver_source_dir}
|
%{xserver_source_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2010 Adam Jackson <ajax@redhat.com>
|
||||||
|
- Explicitly --without-dtrace so it still builds even if you have
|
||||||
|
systemtap-sdt-devel installed. (#605588)
|
||||||
|
|
||||||
* Mon Oct 25 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.9.1-2
|
* Mon Oct 25 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.9.1-2
|
||||||
- This time with the source tarball.
|
- This time with the source tarball.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user