Skip to content

Commit 390d2f0

Browse files
committed
qt5: Don't link against execinfo.h take two
1 parent 9933167 commit 390d2f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extra/qt5/build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh -e
22

3-
export CXXFLAGS="$CXXFLAGS -DQLOGGING_HAVE_BACKTRACE=0"
3+
# Don't link against execinfo.h.
4+
sed -i 's/define QLOG/define N/g' \
5+
./src/corelib/global/qlogging.cpp
46

57
./configure \
68
-confirm-license \

0 commit comments

Comments
 (0)