Partially revert a23ab00686
The workaround introduced in a23ab00686
may cause a problem in certain platform (e.g., MacPorts, see GH-303)
This commit is contained in:
parent
a78fcdb7bf
commit
f2a1c8ee60
|
@ -33,8 +33,7 @@ all-local: nghttp2.c
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
test -d $(pyexecdir) || mkdir -p $(pyexecdir)
|
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
||||||
PYTHONUSERBASE=$(DESTDIR)/$(prefix) $(PYTHON) setup.py install --user
|
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
|
rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
|
||||||
|
|
Loading…
Reference in New Issue