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:
commit
aad51a19cd
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user