diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:10 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:10 +0200 |
commit | 193ac9dc51fbc8d12aa48fe1191c8512850cc4ff (patch) | |
tree | 9eeda8ad34f229e1033e856ed93c17fea30f68e1 /redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch | |
parent | 37e6c5ace1de8d59324c01aacd06aabad16747e2 (diff) | |
download | tde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.tar.gz tde-packaging-193ac9dc51fbc8d12aa48fe1191c8512850cc4ff.zip |
RHEL/Fedora: add support for MGA2/MDV2011 in many applications
Diffstat (limited to 'redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch b/redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch new file mode 100644 index 000000000..c655bbeb4 --- /dev/null +++ b/redhat/applications/kpilot/kpilot-3.5.13-missing_ldflags.patch @@ -0,0 +1,11 @@ +--- kpilot/lib/Makefile.am.ORI 2012-08-05 23:51:32.492490057 +0200 ++++ kpilot/lib/Makefile.am 2012-08-05 23:51:42.771261684 +0200 +@@ -29,7 +29,7 @@ + pilotTodoEntry.cc + + libkpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) -no-undefined $(all_libraries) $(KDE_EXTRA_RPATH) $(KDE_RPATH) +-libkpilot_la_LIBADD = $(PISOCK_LIB) $(LIB_KDEUI) $(LIB_KABC) -lkcal ++libkpilot_la_LIBADD = $(PISOCK_LIB) $(LIB_KDEUI) $(LIB_KABC) -lkcal $(LIB_QT) $(LIB_KDECORE) -lDCOP $(LIB_KIO) + + kpilotincludedir = $(includedir)/kpilot + kpilotinclude_HEADERS = \ |