Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60992:fe56756e3a72
Date: 2013-02-08 18:23 -0500
http://bitbucket.org/pypy/pypy/changeset/fe56756e3a72/
Log: try to fix freebsd7 translation
diff --git a/rpython/translator/platform/posix.py
b/rpython/translator/platform/posix.py
--- a/rpython/translator/platform/posix.py
+++ b/rpython/translator/platform/posix.py
@@ -47,6 +47,9 @@
if not eci.export_symbols:
return []
+ if sys.platform == 'freebsd7':
+ eci.export_symbols += ('__progname', 'environ')
+
response_file = self._make_response_file("dynamic-symbols-")
f = response_file.open("w")
f.write("{\n\tglobal:\n")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit