diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-15 17:23:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-15 17:23:26 +0200 |
commit | dc276d62dc24fdbc62d372513b3e1706b48def61 (patch) | |
tree | 52e2d96218bc45ff2f68346f6639eb80270257a3 | |
parent | c0933ceb67566327611ea6b588d0160f52717350 (diff) |
gd-last: fix build on fedora <= 14
-rw-r--r-- | gd.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a %check -%if 0%{?rhel} == 5 +%if 0%{?fedora} <= 14 && 0%{?rhel} <= 5 export XFAIL_TESTS="gdimagestringft/gdimagestringft_bbox" %endif |