]> git.pld-linux.org Git - packages/seamonkey.git/blob - seamonkey-ldap-with-nss.patch
- updated to 1.0.7 (fixes CVE-2006-6497 CVE-2006-6498 CVE-2006-6499 CVE-2006-6500
[packages/seamonkey.git] / seamonkey-ldap-with-nss.patch
1 --- seamonkey-1.0/configure.in.orig     2006-01-10 04:11:42.000000000 +0100
2 +++ seamonkey-1.0/configure.in  2006-02-01 21:10:12.670658750 +0100
3 @@ -7098,7 +7098,7 @@
4          mkdir "directory/c-sdk/ldap"    
5      fi
6  
7 -    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss --with-mozilla"
8 +    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-nss --with-mozilla"
9      if test -z "$MOZ_DEBUG"; then
10          ac_configure_args="$ac_configure_args --disable-debug"
11      fi
12 --- seamonkey-1.0/configure.orig        2006-01-11 06:43:03.000000000 +0100
13 +++ seamonkey-1.0/configure     2006-02-01 21:10:17.982990750 +0100
14 @@ -20209,7 +20209,7 @@
15          mkdir "directory/c-sdk/ldap"    
16      fi
17  
18 -    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --without-nss --with-mozilla"
19 +    ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-nss --with-mozilla"
20      if test -z "$MOZ_DEBUG"; then
21          ac_configure_args="$ac_configure_args --disable-debug"
22      fi
23 --- mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in.orig   Fri May 17 08:54:00 2002
24 +++ mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in        Wed Aug 28 11:37:29 2002
25 @@ -53,9 +53,8 @@
26  LOCAL_INCLUDES  = -I$(PUBLIC)/nspr
27  INCLUDES       += -I$(DISTHDIR) -I$(HDIR) -I$(INSTALLDIR)/include \
28                    -I$(DIST)/include \
29 -                  -I$(DIST)/public/security \
30 -                  -I$(DIST)/public/nss \
31 -                   -I$(DIST)/include/nspr
32 +                  -I/usr/include/nss \
33 +                   -I/usr/include/nspr
34  DEFINES                += $(DEFS)
35  
36  PLATFORMCFLAGS = -DUSE_WAITPID -DNEEDPROTOS
This page took 0.125085 seconds and 3 git commands to generate.