diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-09 12:54:35 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-09 12:54:35 +0100 |
commit | a3bdc3b32bcb585ff9786e727bd8d47917ba3c10 (patch) | |
tree | 5da21e4e0bdcc029a5b4a0cf4ae26ff4d300f5e1 /redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch | |
parent | e25e5dfb46bcbb9327349620eca4da0a9538bf0d (diff) | |
download | tde-packaging-a3bdc3b32bcb585ff9786e727bd8d47917ba3c10.tar.gz tde-packaging-a3bdc3b32bcb585ff9786e727bd8d47917ba3c10.zip |
RPM packaging: update build scripts
Diffstat (limited to 'redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch b/redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch new file mode 100644 index 000000000..ef7e8b966 --- /dev/null +++ b/redhat/main/tdetoys/kdetoys-3.5.13-missing_ldflags.patch @@ -0,0 +1,21 @@ +--- kdetoys/kweather/Makefile.am.ORI 2012-08-01 10:42:11.015544034 +0200 ++++ kdetoys/kweather/Makefile.am 2012-08-01 10:44:37.144904650 +0200 +@@ -26,7 +26,8 @@ + weatherIface.skel weatherservice.stub \ + weatherbutton.cpp + weather_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) +-weather_panelapplet_la_LIBADD = $(LIB_KHTML) ++weather_panelapplet_la_LIBADD = $(LIB_KHTML) $(LIB_QT) -lDCOP ++ + + appletdir = $(kde_datadir)/kicker/applets + applet_DATA = kweather.desktop +@@ -67,7 +68,7 @@ + kde_services_DATA = kcmweather.desktop kcmweatherservice.desktop + + kweatherreport_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version +-kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo ++kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lDCOP + kweatherreport_la_SOURCES = reportmain.cpp weatherservice.stub + + KDE_ICON = kweather |