
report at bugs
May 9, 2008, 12:51 AM
Post #1 of 1
(1716 views)
Permalink
|
|
[issue2797] Trunk build issues in DragonFly BSD
|
|
New submission from Hasso Tepper <hasso [at] estpak>: The attached patch fixes trunk build problems in DragonFly BSD. It's trunk version of the issue #2796, but adds one (not DragonFly specific) fix to the Modules/mmapmodule.c - in case of (!HAVE_SYSCONF || !_SC_PAGESIZE) my_getallocationgranularity will not be defined. ---------- components: Build files: dragonfly-python-trunk.patch keywords: patch messages: 66458 nosy: hasso severity: normal status: open title: Trunk build issues in DragonFly BSD type: compile error versions: Python 2.6 Added file: http://bugs.python.org/file10229/dragonfly-python-trunk.patch __________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue2797> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|