File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
EAPI=7
5
5
6
6
PYTHON_COMPAT=( python3_{6,7,8} )
7
- inherit autotools python-r1
7
+ inherit autotools python-r1 toolchain-funcs
8
8
9
9
DESCRIPTION=" Support library to deal with Apple Property Lists (Binary & XML)"
10
10
HOMEPAGE=" https://www.libimobiledevice.org/"
@@ -49,13 +49,16 @@ src_configure() {
49
49
do_configure " $@ "
50
50
}
51
51
52
+ # Don't prefer clang.
53
+ tc-export CC CXX
54
+
52
55
do_configure --without-cython
53
56
use python && python_foreach_impl do_configure_python
54
57
}
55
58
56
59
src_compile () {
57
60
python_compile () {
58
- emake -C " ${BUILD_DIR} " /cython -j1 \
61
+ emake -C " ${BUILD_DIR} " /cython \
59
62
VPATH=" ${S} /cython:${native_builddir} /cython" \
60
63
plist_la_LIBADD=" ${native_builddir} /src/libplist.la"
61
64
}
@@ -73,7 +76,7 @@ src_test() {
73
76
74
77
src_install () {
75
78
python_install () {
76
- emake -C " ${BUILD_DIR} /cython" -j1 \
79
+ emake -C " ${BUILD_DIR} /cython" \
77
80
VPATH=" ${S} /cython:${native_builddir} /cython" \
78
81
DESTDIR=" ${D} " install
79
82
}
You can’t perform that action at this time.
0 commit comments