SHA256
1
0
forked from pool/mupdf

Accepting request 174036 from Publishing

- fix broken setting of CFLAGS introduced by the previous change (forwarded request 173778 from gberh)

OBS-URL: https://build.opensuse.org/request/show/174036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-05-02 09:25:24 +00:00 committed by Git OBS Bridge
commit aad51a19cd
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