/[packages]/cauldron/abiword/current/SOURCES/abiword-2.9.2-linkage.patch
ViewVC logotype

Diff of /cauldron/abiword/current/SOURCES/abiword-2.9.2-linkage.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 203441 by fwang, Mon Jan 30 19:07:04 2012 UTC revision 203442 by fwang, Mon Jan 30 19:10:41 2012 UTC
# Line 25  Line 25 
25          if test "$TOOLKIT" = "gtk2"; then                  if test "$TOOLKIT" = "gtk2"; then        
26                  PKG_CHECK_MODULES(GTK214, gtk+-2.0 > 2.14, [abi_cv_gtk214=yes],                            PKG_CHECK_MODULES(GTK214, gtk+-2.0 > 2.14, [abi_cv_gtk214=yes],          
27  --- src/Makefile.am.link        2011-11-09 01:53:10.000000000 +0800  --- src/Makefile.am.link        2011-11-09 01:53:10.000000000 +0800
28  +++ src/Makefile.am     2012-01-31 03:06:22.547362211 +0800  +++ src/Makefile.am     2012-01-31 03:10:13.187362481 +0800
29  @@ -47,10 +47,9 @@  @@ -47,10 +47,9 @@
30          -DABIWORD_DATADIR="\"$(ABIWORD_DATADIR)\""          -DABIWORD_DATADIR="\"$(ABIWORD_DATADIR)\""
31    
# Line 57  Line 57 
57    
58   if TOOLKIT_GTK_ALL   if TOOLKIT_GTK_ALL
59   libabiword_@ABIWORD_SERIES@_la_LIBADD += \   libabiword_@ABIWORD_SERIES@_la_LIBADD += \
60    @@ -114,14 +113,14 @@
61            $(libabiword_@ABIWORD_SERIES@_la_CPPFLAGS)
62    
63     AbiWord_LDFLAGS = \
64    -       $(DEPS_LIBS) \
65    -       -no-undefined \
66    +       -Wl, --no-undefined \
67            -avoid-version \
68    -       -export-dynamic \
69    +       -Wl, --export-dynamic \
70            -headerpad_max_install_names
71    
72     AbiWord_LDADD = \
73    -       libabiword-@ABIWORD_SERIES@.la
74    +       libabiword-@ABIWORD_SERIES@.la \
75    +       $(DEPS_LIBS)
76    
77     AbiWord_SOURCES = \
78            $(main_cpp)

Legend:
Removed from v.203441  
changed lines
  Added in v.203442

  ViewVC Help
Powered by ViewVC 1.1.30