Skip to content

Commit a863bb4

Browse files
committed
qt5: build with -fpermissive
allows building with both OpenSSL 3.x/4.x const chnages
1 parent 10f563f commit a863bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/addons/addon-depends/qt5/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ QMAKE_OBJCOPY = ${OBJCOPY}
128128
QMAKE_NM = ${NM} -P
129129
QMAKE_STRIP = ${STRIP}
130130
QMAKE_CFLAGS = ${CFLAGS}
131-
QMAKE_CXXFLAGS = ${CXXFLAGS}
131+
QMAKE_CXXFLAGS = ${CXXFLAGS} -fpermissive
132132
QMAKE_LFLAGS = ${LDFLAGS}
133133
load(qt_config)
134134
EOF

0 commit comments

Comments
 (0)