mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
fixes Python on 64bits box problem. Daniel
* python/libxsl.py: fixes Python on 64bits box problem. Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jul 9 02:51:38 PDT 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/libxsl.py: fixes Python on 64bits box problem.
|
||||||
|
|
||||||
Tue Jul 6 18:43:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
Tue Jul 6 18:43:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt.spec.in: better python dependancy Red hat bug #126364
|
* libxslt.spec.in: better python dependancy Red hat bug #126364
|
||||||
|
@ -33,6 +33,9 @@ else:
|
|||||||
pass
|
pass
|
||||||
# print "libxslt could not guess RTLD_GLOBAL and RTLD_NOW " + \
|
# print "libxslt could not guess RTLD_GLOBAL and RTLD_NOW " + \
|
||||||
# "on this platform: %s" % (osname)
|
# "on this platform: %s" % (osname)
|
||||||
|
except:
|
||||||
|
RTLD_GLOBAL = -1
|
||||||
|
RTLD_NOW = -1
|
||||||
|
|
||||||
if RTLD_GLOBAL != -1 and RTLD_NOW != -1:
|
if RTLD_GLOBAL != -1 and RTLD_NOW != -1:
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user