From 70020ffa071e0aa3d40ce2b05f8aa2dfbcd8361a8d8cf3a5fac4c72efc75a239 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 30 Apr 2013 21:00:05 +0000 Subject: [PATCH] Accepting request 173778 from home:gberh:branches:Publishing - fix broken setting of CFLAGS introduced by the previous change OBS-URL: https://build.opensuse.org/request/show/173778 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=7 --- mupdf.changes | 4 ++++ mupdf.spec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mupdf.changes b/mupdf.changes index 5c1c0c8..6333dec 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Mon Apr 29 13:13:20 UTC 2013 - gber@opensuse.org + +- fix broken setting of CFLAGS introduced by the previous change +------------------------------------------------------------------- Sun Apr 28 10:28:56 UTC 2013 - dap.darkness@gmail.com - Fixed "ld: relocation R_X86_64_32 against `.rodata' can not diff --git a/mupdf.spec b/mupdf.spec index 4b87691..c8c27c9 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -65,8 +65,8 @@ based on mupdf. rm -rf thirdparty %build -export CFLAGS="%{optflags} -fPIC" -export XCFLAGS="%{optflags}" +# do no set CFLAGS which is used by the build system itself! +export XCFLAGS="%{optflags} -fPIC" make %{?_smp_mflags} verbose=1 ls -1 build/debug