projects
/
invirt/packages/python-afs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe604e
)
PyAFS doesn't seem to be using libafsutil - tests still pass if it's
author
Evan Broder
<broder@mit.edu>
Mon, 27 Jul 2009 05:45:57 +0000
(22:45 -0700)
committer
Evan Broder
<broder@mit.edu>
Mon, 27 Jul 2009 05:46:58 +0000
(22:46 -0700)
dropped.
And it's not one of the libraries built with a PIC version in openafs
bbab48b047000db0d1821e2f65917c2e8c2c7768
.
Signed-off-by: Evan Broder <broder@mit.edu>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
912231c
..
187733a
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
include_dirs = [os.path.join(os.path.dirname(__file__), 'afs'),
'%s/include' % root]
library_dirs = ['%s/lib' % root,
'%s/lib/afs' % root]
-libraries = ['afsauthent', 'afsrpc', 'afsutil', 'resolv']
+libraries = ['afsauthent', 'afsrpc', 'resolv']
define_macros = [('AFS_PTHREAD_ENV', None)]
def PyAFSExtension(module):