diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
commit | 4e3cdd73584aed80a843c03079c888c011b46aa6 (patch) | |
tree | 47db5cdd356023005772c5df0efe4df569296cd2 /package/openldap/patches/patch-Makefile_in | |
parent | a2b8ffef08ab19fc79e8f07e1ee859e2039793dd (diff) | |
parent | 71d64690550602953eea0737507cbc47999b4126 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openldap/patches/patch-Makefile_in')
-rw-r--r-- | package/openldap/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openldap/patches/patch-Makefile_in b/package/openldap/patches/patch-Makefile_in new file mode 100644 index 000000000..c248c3f7e --- /dev/null +++ b/package/openldap/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- openldap-2.4.23.orig/Makefile.in 2010-04-13 22:22:14.000000000 +0200 ++++ openldap-2.4.23/Makefile.in 2011-03-04 20:59:55.000000000 +0100 +@@ -13,7 +13,7 @@ + ## top-level directory of the distribution or, alternatively, at + ## <http://www.OpenLDAP.org/license.html>. + +-SUBDIRS= include libraries clients servers tests doc ++SUBDIRS= include libraries clients servers + CLEANDIRS= + INSTALLDIRS= + |