Skip to content

Commit

Permalink
qtwebkit: Disable warning expansion-to-defined
Browse files Browse the repository at this point in the history
If desired, adjust the build settings to avoid literally thousands of
unneeded warning messages:

    sed -e '/CONFIG/a QMAKE_CXXFLAGS += -Wno-expansion-to-defined' \
    -i Tools/qmake/mkspecs/features/unix/default_pre.prf
  • Loading branch information
pmenzel committed Apr 13, 2018
1 parent ffeac22 commit 8a5cb58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ SRCURL[0]="https://download.qt.io/community_releases/${PKGVERSION[2]}/${PKGVERSI
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd sed -e '/CONFIG/a QMAKE_CXXFLAGS += -Wno-expansion-to-defined' \
-i ${S}/Tools/qmake/mkspecs/features/unix/default_pre.prf
}

mee_configure() {
qmake ${S}/WebKit.pro
Expand Down

0 comments on commit 8a5cb58

Please sign in to comment.