1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
$NetBSD: patch-bj,v 1.2 2003/01/02 09:12:22 skrll Exp $
|
|
|
|
--- noatun/modules/htmlexport/Makefile.in.orig Sat Dec 28 14:04:00 2002
|
|
+++ noatun/modules/htmlexport/Makefile.in
|
|
@@ -295,7 +295,7 @@ noatun_htmlexport_la_SOURCES = htmlexpor
|
|
noinst_HEADERS = htmlexport.h
|
|
|
|
noatun_htmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
-noatun_htmlexport_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
|
|
+noatun_htmlexport_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
|
|
-lqtmcop -lkmedia2_idl -lsoundserver_idl
|
|
|
|
|
|
@@ -309,7 +309,7 @@ CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
|
|
|
noatun_htmlexport_la_DEPENDENCIES = \
|
|
- $(top_builddir)/noatun/library/libnoatun.la
|
|
+ $(top_builddir)/noatun/library/libnoatun_core.la
|
|
am_noatun_htmlexport_la_OBJECTS = htmlexport.lo
|
|
#>- noatun_htmlexport_la_OBJECTS = $(am_noatun_htmlexport_la_OBJECTS)
|
|
#>+ 1
|
|
@@ -657,5 +657,5 @@ kde-rpo-clean:
|
|
-rm -f *.rpo
|
|
|
|
#>+ 3
|
|
-htmlexport.lo: htmlexport.moc
|
|
htmlexport.o: htmlexport.moc
|
|
+htmlexport.lo: htmlexport.moc
|