summaryrefslogtreecommitdiff
path: root/net/perldap/files/patch-01
blob: 8ad30a4cbb1d814c8e7dfca022fc0e45e2523a43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.PL.orig	Tue Aug 24 18:30:46 1999
+++ Makefile.PL	Tue Aug 29 10:32:23 2000
@@ -90,13 +90,13 @@
 
 
 opendir(DIR,$lib_ldap);
-@files = grep{/ldap|lber/} readdir(DIR);
+@files = grep{/mozldap|mozlber/} readdir(DIR);
 closedir(DIR);
 
 if (!((@ldaplib = grep{/ldapssl.*\.($libexts)$/} @files) && $ssl_def))
 {
-   @ldaplib = grep{/ldap.*\.($libexts)$/} @files;
-   @lberlib = grep{/lber.*\.($libexts)$/} @files;
+   @ldaplib = grep{/mozldap.*\.($libexts)$/} @files;
+   @lberlib = grep{/mozlber.*\.($libexts)$/} @files;
 }
 
 if ($#ldaplib < 0)