Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 2b551239c0d703e22a6d371913c4898b > files > 3

qtbase6-6.6.2-5.mga10.src.rpm

diff --git a/configure.cmake b/configure.cmake
index 5705e376..903062da 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -275,18 +275,6 @@ qt_config_linker_supports_flag_test(gdb_
 # reduce_relocations
 qt_config_compile_test(reduce_relocations
     LABEL "-Bsymbolic-functions support"
-    CODE
-"#if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64)) || defined(__sun)
-#  error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
-#endif
-
-int main(void)
-{
-    /* BEGIN TEST: */
-    /* END TEST: */
-    return 0;
-}
-"# FIXME: qmake: ['TEMPLATE = lib', 'CONFIG += dll bsymbolic_functions', 'isEmpty(QMAKE_LFLAGS_BSYMBOLIC_FUNC): error("Nope")']
 )
 
 if(NOT MSVC AND NOT APPLE)