]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-link.patch
- release 7 (rebuild against libpng-1.5)
[packages/abiword.git] / abiword-link.patch
1 --- abiword-2.8.6/src/Makefile.am~      2009-09-09 15:11:01.000000000 +0200
2 +++ abiword-2.8.6/src/Makefile.am       2011-09-12 07:03:10.105448720 +0200
3 @@ -44,7 +44,7 @@
4  
5  libabiword_2_8_la_LDFLAGS = \
6         $(DEPS_LIBS) \
7 -       --no-undefined \
8 +       -Wl,--no-undefined \
9         -avoid-version \
10         -export-dynamic
11  
12 @@ -107,7 +107,7 @@
13  
14  AbiWord_LDFLAGS = \
15         $(DEPS_LIBS) \
16 -       --no-undefined \
17 +       -Wl,--no-undefined \
18         -avoid-version \
19         -export-dynamic \
20         -headerpad_max_install_names 
21 @@ -129,7 +129,7 @@
22  
23  abiword_LDFLAGS = \
24         $(platform_ldflags) \
25 -       --no-undefined      \
26 +       -Wl,--no-undefined      \
27         -avoid-version      \
28         -export-dynamic
29  
This page took 0.026388 seconds and 3 git commands to generate.