[Fedora-directory-commits] winsync/passwordsync package.mak, 1.2, 1.3

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Apr 2 22:28:07 UTC 2009


Author: rmeggins

Update of /cvs/dirsec/winsync/passwordsync
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20015/passwordsync

Modified Files:
	package.mak 
Log Message:
Resolves: bug 490048
Bug Description: RHDS 8.0 - PassSync - Memory Leak
Reviewed by: nkinder (Thanks!)
Fix Description: PassSync requires msvcr71.dll due to mozldap dependency
Platforms tested: Windows 2003 Server
Flag Day: no
Doc impact: no



Index: package.mak
===================================================================
RCS file: /cvs/dirsec/winsync/passwordsync/package.mak,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.mak	16 Feb 2009 22:37:32 -0000	1.2
+++ package.mak	2 Apr 2009 22:28:04 -0000	1.3
@@ -51,6 +51,7 @@
 	copy /Y "$(LIBROOT)\nss\lib\*.dll" "$(PKGDIR)"
 	copy /Y "$(LIBROOT)\nss\bin\certutil.exe" "$(PKGDIR)"
 	copy /Y "$(LIBROOT)\nss\bin\pk12util.exe" "$(PKGDIR)"
+	copy /Y "%SystemRoot%\system32\msvcr71.dll" "$(PKGDIR)"
 
 PassSync.msi : LAYOUT
 	if not exist "$(PKGDIR)\Binary" mkdir "$(PKGDIR)\Binary"




More information about the Fedora-directory-commits mailing list