summaryrefslogtreecommitdiffstats
path: root/patches/MozillaFirebird-source-0.7/generic/mfirebird.diff
blob: dd279bbb56459cbd57c6898ff9626194cb3b7fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Submitted:
#
# Benedikt Spranger <b.spranger@pengutronix.de>, 2004-01-30
#
# Error:
#
# Password manager is not disabled correctly, even when --disable-crypto
# is set. 
#
# Description:
#
# See Error. 
#
# State:
#
# Just a hack, not a real fix. 
# 

diff -urN MozillaFirebird-source-0.7.orig/toolkit/components/build/Makefile.in MozillaFirebird-source-0.7/toolkit/components/build/Makefile.in
--- MozillaFirebird-source-0.7.orig/toolkit/components/build/Makefile.in	2003-08-12 07:22:08.000000000 +0200
+++ MozillaFirebird-source-0.7/toolkit/components/build/Makefile.in	2004-01-31 07:21:31.000000000 +0100
@@ -66,7 +66,6 @@
 		$(DIST)/lib/$(LIB_PREFIX)autocomplete_s.$(LIB_SUFFIX) \
 		$(DIST)/lib/$(LIB_PREFIX)history_s.$(LIB_SUFFIX) \
 		$(DIST)/lib/$(LIB_PREFIX)satchel_s.$(LIB_SUFFIX) \
-		$(DIST)/lib/$(LIB_PREFIX)passwordmgr_s.$(LIB_SUFFIX) \
 		$(NULL)
 
 EXTRA_DSO_LIBS = gkgfx
diff -urN MozillaFirebird-source-0.7.orig/toolkit/components/Makefile.in MozillaFirebird-source-0.7/toolkit/components/Makefile.in
--- MozillaFirebird-source-0.7.orig/toolkit/components/Makefile.in	2003-08-16 13:22:07.000000000 +0200
+++ MozillaFirebird-source-0.7/toolkit/components/Makefile.in	2004-01-31 07:21:04.000000000 +0100
@@ -50,7 +50,6 @@
 	console \
 	filepicker \
 	history \
-	passwordmgr \
 	printing \
 	satchel \
 	viewconfig \