[Commits] (heikki) Bug 1507,
we no longer need the path hack since the OpenSSL DLLs
are copied into M2Crypto site-packages where they are
guaranteed to get found.
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 20 15:55:45 PDT 2004
Commit by: heikki
Modified files:
external/SOAPpy/Makefile 1.6 1.7
Log message:
Bug 1507, we no longer need the path hack since the OpenSSL DLLs are copied into M2Crypto site-packages where they are guaranteed to get found.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/SOAPpy/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: external/SOAPpy/Makefile
diff -u external/SOAPpy/Makefile:1.6 external/SOAPpy/Makefile:1.7
--- external/SOAPpy/Makefile:1.6 Tue Jun 15 10:18:41 2004
+++ external/SOAPpy/Makefile Fri Aug 20 15:55:44 2004
@@ -11,23 +11,11 @@
apply: patches
patch -Nup0 < patches; echo ok
-ifeq ($(OS),Cygwin)
-
-build: apply
- cd $(SRC); \
- PATH="$(BUILD_ROOT)/$(SNAP)/bin:$(PATH)" \
- $(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
- install --force
-
-else
-
build: apply
cd $(SRC); \
$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
install --force
-endif
-
expand: SOAPpy-$(VERSION).tar.gz
tar xvzf SOAPpy-$(VERSION).tar.gz
More information about the Commits
mailing list