aboutsummaryrefslogtreecommitdiff
path: root/pow
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-07-07 17:26:12 +0000
committerRob Austein <sra@hactrn.net>2007-07-07 17:26:12 +0000
commitb586aa1a439b557a437b42f7be2e6fc5ac009c3c (patch)
treeaf34498a2d0110d438c3125bf1096d0ba3647d25 /pow
parent9c9498847846e0900be53a5c19c09b011f7e0822 (diff)
Changes to build POW
svn path=/Makefile; revision=725
Diffstat (limited to 'pow')
-rw-r--r--pow/Makefile12
-rw-r--r--pow/POW-0.7/setup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/pow/Makefile b/pow/Makefile
new file mode 100644
index 00000000..47c9b4c2
--- /dev/null
+++ b/pow/Makefile
@@ -0,0 +1,12 @@
+# $Id$
+
+VERSION = 0.7
+
+all:
+ cd POW-${VERSION}; python setup.py build
+
+clean:
+ rm -rf POW-${VERSION}/build
+
+install:
+ @echo Not attempting to install modified POW, if you want that, do it yourself
diff --git a/pow/POW-0.7/setup.py b/pow/POW-0.7/setup.py
index 9ba4efc4..96e55b43 100644
--- a/pow/POW-0.7/setup.py
+++ b/pow/POW-0.7/setup.py
@@ -13,7 +13,7 @@ oidinfo.dumpobjs('lib/_objects.py')
print 'writing oid module'
oidinfo.dumpoids('lib/_oids.py')
-library_dirs = [ "../openssl/openssl-0.9.8e" ]
+library_dirs = [ "../../openssl/openssl-0.9.8e" ]
include_dirs = [ library_dirs[0] + "include" ]
libraries = [ "ssl", "crypto" ]
define_macros= [ ("NO_RC5_32_12_16", 1) ]