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
|
Sun Apr 28 10:28:56 UTC 2013 - dap.darkness@gmail.com
|
||||||
|
|
||||||
- Fixed "ld: relocation R_X86_64_32 against `.rodata' can not
|
- Fixed "ld: relocation R_X86_64_32 against `.rodata' can not
|
||||||
|
@ -65,8 +65,8 @@ based on mupdf.
|
|||||||
rm -rf thirdparty
|
rm -rf thirdparty
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
# do no set CFLAGS which is used by the build system itself!
|
||||||
export XCFLAGS="%{optflags}"
|
export XCFLAGS="%{optflags} -fPIC"
|
||||||
make %{?_smp_mflags} verbose=1
|
make %{?_smp_mflags} verbose=1
|
||||||
ls -1 build/debug
|
ls -1 build/debug
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user