From f2a1c8ee60ffd1e67e4287ea0d12a72cc7cd92f2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 19 Jul 2015 16:11:42 +0900 Subject: [PATCH] Partially revert a23ab00686108eff07579bb3602bdb66452fe82c The workaround introduced in a23ab00686108eff07579bb3602bdb66452fe82c may cause a problem in certain platform (e.g., MacPorts, see GH-303) --- python/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index 46a7ef22..43aa5491 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -33,8 +33,7 @@ all-local: nghttp2.c $(PYTHON) setup.py build install-exec-local: - test -d $(pyexecdir) || mkdir -p $(pyexecdir) - PYTHONUSERBASE=$(DESTDIR)/$(prefix) $(PYTHON) setup.py install --user + $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) uninstall-local: rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so