diff options
author | Tim Williams <tmw@autotrain.org> | 2011-10-17 18:47:27 +0100 |
---|---|---|
committer | Tim Williams <tmw@autotrain.org> | 2011-10-17 18:47:27 +0100 |
commit | 76ef832ce5348d12a871223d4c034c7daeaddb82 (patch) | |
tree | 7024a1f39a6114daa8c5ed24bb31a8687c832b9a /mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch | |
parent | ec2515f058c60d2478a549f58376db628ba556b9 (diff) | |
download | tde-packaging-76ef832ce5348d12a871223d4c034c7daeaddb82.tar.gz tde-packaging-76ef832ce5348d12a871223d4c034c7daeaddb82.zip |
Adding the remaining Mandriva patches and spec files
Diffstat (limited to 'mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch')
-rw-r--r-- | mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch b/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch new file mode 100644 index 000000000..923697438 --- /dev/null +++ b/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch @@ -0,0 +1,27 @@ +Index: kdepim-3.5.9/indexlib/Makefile.am +=================================================================== +--- kdepim-3.5.9/indexlib/Makefile.am ++++ kdepim-3.5.9/indexlib/Makefile.am 2008-06-06 23:56:40.000000000 +0300 +@@ -3,6 +3,7 @@ + + lib_LTLIBRARIES = libindex.la + ++libindex_la_LIBADD = -lz + libindex_la_SOURCES = bitstream.cpp compressed.cpp create.cpp exception.cpp ifile.cpp leafdata.cpp leafdatavector.cpp lockfile.cpp logfile.cpp match.cpp mmap_manager.cpp quotes.cpp slow.cpp stringarray.cpp stringset.cpp tokenizer.cpp + + indexlibincludedir=$(includedir)/index +Index: kdepim-3.5.9/kontact/src/Makefile.am +=================================================================== +--- kdepim-3.5.9/kontact/src/Makefile.am ++++ kdepim-3.5.9/kontact/src/Makefile.am 2008-06-07 14:40:39.000000000 +0300 +@@ -4,7 +4,9 @@ + + lib_LTLIBRARIES = libkontact.la + libkontact_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0 +-libkontact_la_LIBADD = $(LIB_KDECORE) ++# Use C++ linking mode; automake autodetection does not work here: ++libkontact_la_LIBTOOLFLAGS = --tag=CXX ++libkontact_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) + libkontact_la_SOURCES = prefs.kcfgc + + bin_PROGRAMS = kontact |