GNOME Bugzilla – Bug 758778
gssdp: build error on Mac OS X with clang
Last modified: 2019-02-22 09:29:24 UTC
While updating the gssdp Formula on Homebrew to 0.14.12 I noticed the following linker error: CC gssdp-client.lo CC gssdp-error.lo CC gssdp-resource-browser.lo CC gssdp-resource-group.lo CC gssdp-socket-source.lo CC gssdp-socket-functions.lo CC gssdp-marshal.lo CC gssdp-pktinfo-message.lo CCLD libgssdp-1.0.la ld: unknown option: --no-as-needed clang: error: linker command failed with exit code 1 (use -v to see invocation) I have seen this before with easy-tag in https://bugzilla.gnome.org/show_bug.cgi?id=750981: the fix is easy as all that needs to be done is an update of the autoconf-archive macro AX_COMPILER_FLAGS_LDFLAGS. I fixed this temporarily by removing the relevant section from the configure script but a more permanent solution is desirable.
Created attachment 316628 [details] [review] Update to latest version from autoconf archive
Fixed in 0.14.12.1 release Attachment 316628 [details] pushed as aace7e2 - Update to latest version from autoconf archive