[Webkit-unassigned] [Bug 103194] [GTK] Broken build with undefined references to shm_open / shm_unlink

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 08:43:13 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103194





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-11-25 08:45:22 PST ---
(From update of attachment 175871)
View in context: https://bugs.webkit.org/attachment.cgi?id=175871&action=review

> configure.ac:1128
> +       save_LIBS="$LIBS"
> +       AC_SEARCH_LIBS([shm_open], [rt], [SHM_LIBS="-lrt"])
> +       AC_SUBST(SHM_LIBS)
> +       LIBS="$save_LIBS"

What's going on here with save_LIBS?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list