# conversion of a function pointer with farcall attribute # -fpermissive as a workaround, see also: # https://bugzilla.redhat.com/show_bug.cgi?id=1582954 # https://src.fedoraproject.org/rpms/qt5-qtwebkit/c/b66267a4c80e45a866e20bfe18bffe6d14635513.patch eval "$( declare -f build | \ sed ' s/cmake /cmake -DCMAKE_CXX_FLAGS=-fpermissive /g ' )"