freebsd-ports/net/py-ldap2/files/patch-Makefile.in
Dirk Meyer 03ee6538a7 Patched net/ldapmodule to adapt openldap2.
(source patches are from Joe Little's SRPM)
It builds against both of openldap1 openldap2

Submitted by:	perky@python.or.kr
2001-06-10 07:12:30 +00:00

11 lines
505 B
Text

--- Makefile.in.orig Wed May 23 09:11:33 2001
+++ Makefile.in Wed May 23 09:12:10 2001
@@ -26,6 +26,8 @@
$(INSTALL_DIR) $(DESTDIR)$(LIBDEST)/site-packages/python-ldap
$(INSTALL_DATA) $(srcdir)/Misc/ldap.pth \
$(DESTDIR)$(LIBDEST)/site-packages/ldap.pth
+ $(INSTALL_DATA) $(srcdir)/Modules/_ldapmodule.so \
+ $(DESTDIR)$(LIBDEST)/site-packages/_ldapmodule.so
for f in $(srcdir)/Lib/*.py; do \
$(INSTALL_DATA) $$f $(DESTDIR)$(LIBDEST)/site-packages/python-ldap/;\
done