From 761252e24703ba780e25302448c3cdf1a9083d26 Mon Sep 17 00:00:00 2001 From: Robert Niederreiter Date: Mon, 5 Feb 2024 11:46:48 +0100 Subject: [PATCH] Update python-ldap domain --- src/mxmake/topics/ldap/python-ldap.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mxmake/topics/ldap/python-ldap.mk b/src/mxmake/topics/ldap/python-ldap.mk index 0c3abbc..4628411 100644 --- a/src/mxmake/topics/ldap/python-ldap.mk +++ b/src/mxmake/topics/ldap/python-ldap.mk @@ -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)