GNOME Bugzilla – Bug 755928
Connection test doesn't build when --without-pkcs11 is set
Last modified: 2017-08-23 09:38:13 UTC
On Mac OS if glib-networking is configured with '--without-pkcs11', the connection test fails to build with: CCLD connection Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) It's because connection_SOURCES is accidentally inside the 'if HAVE_PKCS11'.
Created attachment 312471 [details] [review] Fix build if configured with --without-pkcs11
Review of attachment 312471 [details] [review]: Sure.
Review of attachment 312471 [details] [review]: This patch doesn't apply on master.
This was fixed by bug #728977. *** This bug has been marked as a duplicate of bug 728977 ***