SOURCES: kdewebdev-lib_loader.patch (NEW) - load .so not .la

arekm arekm at pld-linux.org
Mon Mar 3 21:59:20 CET 2008


Author: arekm                        Date: Mon Mar  3 20:59:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- load .so not .la

---- Files affected:
SOURCES:
   kdewebdev-lib_loader.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kdewebdev-lib_loader.patch
diff -u /dev/null SOURCES/kdewebdev-lib_loader.patch:1.1
--- /dev/null	Mon Mar  3 21:59:21 2008
+++ SOURCES/kdewebdev-lib_loader.patch	Mon Mar  3 21:59:15 2008
@@ -0,0 +1,12 @@
+diff -urN kdewebdev-3.5.9.org/quanta/plugins/quantapluginconfig.cpp kdewebdev-3.5.9/quanta/plugins/quantapluginconfig.cpp
+--- kdewebdev-3.5.9.org/quanta/plugins/quantapluginconfig.cpp	2005-09-10 10:22:53.000000000 +0200
++++ kdewebdev-3.5.9/quanta/plugins/quantapluginconfig.cpp	2008-03-03 21:40:57.362143564 +0100
+@@ -87,7 +87,7 @@
+ void QuantaPluginConfig::nameChanged(const QString &a_text)
+ {
+   QString text = a_text;
+-  text = "lib" + text + ".la";
++  text = "lib" + text + ".so";
+   m_pluginConfigWidget->pluginFileName->setText(text.lower());
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list