File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ --- libxslt-1.1.27.orig/python/libxsl.py 2012-09-04 16:26:23.000000000 +0200
2
+ +++ libxslt-1.1.27/python/libxsl.py 2013-07-29 15:11:04.182227378 +0200
3
+ @@ -4,7 +4,7 @@
4
+ # loader to work in that mode if feasible
5
+ #
6
+ import sys
7
+ - if not hasattr(sys,'getdlopenflags'):
8
+ + if True:
9
+ import libxml2mod
10
+ import libxsltmod
11
+ import libxml2
Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ BUILD_libxslt=$BUILD_PATH/libxslt/$(get_directory $URL_libxslt)
8
8
RECIPE_libxslt=$RECIPES_PATH /libxslt
9
9
10
10
function prebuild_libxslt() {
11
- true
11
+ if [ -f .patched ]; then
12
+ return
13
+ fi
14
+
15
+ cd $BUILD_libxslt
16
+ try patch -p1 < $RECIPE_libxslt /fix-dlopen.patch
17
+ touch .patched
12
18
}
13
19
14
20
function build_libxslt() {
You can’t perform that action at this time.
0 commit comments