diff options
author | leo chung <gewalalb@gmail.com> | 2019-09-20 13:33:58 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-10-09 21:07:23 +0200 |
commit | 53a6aa5164713c74570c4fbd28d56a75137dd00d (patch) | |
tree | da92dc3dcb058cbb884442bb064ea4df3b59becd /include/verbose.mk | |
parent | f2c321fc078e5e210aac97216f26c8c97cd7b93d (diff) | |
download | upstream-53a6aa5164713c74570c4fbd28d56a75137dd00d.tar.gz upstream-53a6aa5164713c74570c4fbd28d56a75137dd00d.tar.bz2 upstream-53a6aa5164713c74570c4fbd28d56a75137dd00d.zip |
build: fix xconfig target
`make xconfig` fails with following linking error of qconf binary:
g++ -lQt5Widgets -lQt5Gui -lQt5Core -o qconf qconf.o zconf.tab.o
/usr/bin/ld: qconf.o: in function ConfigList::metaObject() const': qconf.cc:(.text+0x3eb): undefined reference to QObjectData::dynamicMetaObject() const'
/usr/bin/ld: qconf.o: in function `ConfigList::qt_metacast(char const*)': link error.
which is caused by the wrong order of the linked objects/libraries so
this patch reorders the linker's arguments which makes the qconf compile
again.
Signed-off-by: leo chung <gewalalb@gmail.com>
[commit subject and message tweaks, whitespace fix]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit b2c55d50f8aeb21ef4cd3948034a158f7dd743c2)
Diffstat (limited to 'include/verbose.mk')
0 files changed, 0 insertions, 0 deletions