mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
qt5: Don't link against execinfo.h take two
This commit is contained in:
parent
993316797e
commit
390d2f070f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user