Lines 51-56
Link Here
|
51 |
QTCONF=" --disable-threads " |
51 |
QTCONF=" --disable-threads " |
52 |
fi |
52 |
fi |
53 |
|
53 |
|
|
|
54 |
# Force both -pthread and -lpthread, because autodetection would choose |
55 |
# -pthread alone, which is broken when using libtool. See bug #132473. |
56 |
PTHREAD_CFLAGS="-pthread" PTHREAD_LIBS="-lpthread" \ |
54 |
econf --enable-desktopfiles \ |
57 |
econf --enable-desktopfiles \ |
55 |
$(use_enable xml xmltools) \ |
58 |
$(use_enable xml xmltools) \ |
56 |
$(use_with jpeg) \ |
59 |
$(use_with jpeg) \ |