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:
parent
ad06e3c1b7
commit
70020ffa07
@ -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