frame pointers plz
This commit is contained in:
parent
29b02b1a2f
commit
8cd7ec0928
@ -30,7 +30,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.9.1
|
Version: 1.9.1
|
||||||
Release: 3%{?gitdate:.%{gitdate}}%{dist}
|
Release: 4%{?gitdate:.%{gitdate}}%{dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -356,7 +356,7 @@ test `getminor extension` == %{extension_minor}
|
|||||||
|
|
||||||
# --with-pie ?
|
# --with-pie ?
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS -Os"
|
export CFLAGS="${RPM_OPT_FLAGS} -fno-omit-frame-pointer"
|
||||||
%configure --enable-maintainer-mode %{xservers} \
|
%configure --enable-maintainer-mode %{xservers} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
@ -563,6 +563,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{xserver_source_dir}
|
%{xserver_source_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 18 2010 Adam Jackson <ajax@redhat.com> 1.9.1-4
|
||||||
|
- Disable frame pointers for profiling, will revert for F15
|
||||||
|
|
||||||
* Tue Nov 09 2010 Adam Jackson <ajax@redhat.com> 1.9.1-3
|
* Tue Nov 09 2010 Adam Jackson <ajax@redhat.com> 1.9.1-3
|
||||||
- xserver-1.9.1-pxtc-crash.patch: Fix crash with Xinerama enabled
|
- xserver-1.9.1-pxtc-crash.patch: Fix crash with Xinerama enabled
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user