Skip to content

Commit

Permalink
Update python-ldap domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 5, 2024
1 parent b922413 commit 761252e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/mxmake/topics/ldap/python-ldap.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
# python-ldap
##############################################################################

# case `system.dependencies` domain is included
SYSTEM_DEPENDENCIES+=python3-dev libldap2-dev libssl-dev libsasl2-dev

PYTHON_LDAP_TARGET:=$(SENTINEL_FOLDER)/python-ldap.sentinel
$(PYTHON_LDAP_TARGET): $(MXENV_TARGET) $(OPENLDAP_TARGET)
@$(MXENV_PATH)pip install \
--force-reinstall \
--global-option=build_ext \
--global-option="-I$(OPENLDAP_DIR)/include" \
--global-option="-L$(OPENLDAP_DIR)/lib" \
--global-option="-R$(OPENLDAP_DIR)/lib" \
python-ldap
@touch $(PYTHON_LDAP_TARGET)

Expand Down

0 comments on commit 761252e

Please sign in to comment.