Accepting request 403346 from Publishing
- Fix building with gcc6 (boo#985353) - Use safer ldflags OBS-URL: https://build.opensuse.org/request/show/403346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diff-pdf?expand=0&rev=2
This commit is contained in:
commit
a7b28ba137
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 18 10:27:21 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Fix building with gcc6 (boo#985353)
|
||||||
|
- Use safer ldflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 29 07:33:13 UTC 2016 - mpluskal@suse.com
|
Sun May 29 07:33:13 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ diff-pdf is a simple tool for comparing two PDF files.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CXXFLAGS="%{optflags} -fpermissive"
|
||||||
|
export LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now'
|
||||||
./bootstrap
|
./bootstrap
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user