qt5: Don't link against execinfo.h take two

This commit is contained in:
Dylan Araps 2020-01-21 16:15:26 +02:00
parent 993316797e
commit 390d2f070f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,6 +1,8 @@
#!/bin/sh -e
export CXXFLAGS="$CXXFLAGS -DQLOGGING_HAVE_BACKTRACE=0"
# Don't link against execinfo.h.
sed -i 's/define QLOG/define N/g' \
./src/corelib/global/qlogging.cpp
./configure \
-confirm-license \