SHA256
1
0
forked from pool/mupdf

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
This commit is contained in:
OBS User mrdocs 2013-04-30 21:00:05 +00:00 committed by Git OBS Bridge
parent ad06e3c1b7
commit 70020ffa07
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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