From a89ef6b382da8b75eb8ececbe10769ea86b7f481 Mon Sep 17 00:00:00 2001 From: "richm%stanfordalumni.org" Date: Tue, 31 Jan 2006 22:43:15 +0000 Subject: [PATCH] Change --system-svrcore to --with-system-svrcore --- directory/c-sdk/mozldap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directory/c-sdk/mozldap.spec b/directory/c-sdk/mozldap.spec index de4f8c80a94..45142a6465d 100644 --- a/directory/c-sdk/mozldap.spec +++ b/directory/c-sdk/mozldap.spec @@ -57,7 +57,7 @@ Header and Library files for doing development with Network Security Services. arg64="--enable-64bit" %endif cd mozilla/directory/c-sdk -./configure $arg64 --with-nss --system-svrcore --enable-optimize --disable-debug +./configure $arg64 --with-nss --with-system-svrcore --enable-optimize --disable-debug %build @@ -174,7 +174,7 @@ cp -r mozilla/directory/c-sdk/ldap/examples $RPM_BUILD_ROOT/usr/share/mozldap %changelog * Tue Jan 31 2006 Rich Megginson - 5.17-2 -- use --system-svrcore to configure +- use --with-system-svrcore to configure * Mon Dec 19 2005 Rich Megginson - 5.17-1 - Initial revision