]> git.pld-linux.org Git - packages/abiword.git/blame - abiword-link.patch
- release 15 (by relup.sh)
[packages/abiword.git] / abiword-link.patch
CommitLineData
118155c8
AM
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.063433 seconds and 4 git commands to generate.