diff --git a/mupdf.changes b/mupdf.changes index 6f74007..5c1c0c8 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 28 10:28:56 UTC 2013 - dap.darkness@gmail.com + +- Fixed "ld: relocation R_X86_64_32 against `.rodata' can not + be used when making a shared object; recompile with -fPIC". + ------------------------------------------------------------------- Fri Apr 5 17:31:25 UTC 2013 - gber@opensuse.org diff --git a/mupdf.spec b/mupdf.spec index 367cf46..4b87691 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -65,6 +65,7 @@ based on mupdf. rm -rf thirdparty %build +export CFLAGS="%{optflags} -fPIC" export XCFLAGS="%{optflags}" make %{?_smp_mflags} verbose=1 ls -1 build/debug