[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 09:02:32 PST 2012


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





--- Comment #4 from Kalev Lember <kalevlember at gmail.com>  2012-11-25 09:04:40 PST ---
Or would it be better to do something like this? (untested)

       save_LIBS="$LIBS"
       LIBS=''
       AC_SEARCH_LIBS([shm_open], [rt])
       SHM_LIBS="$LIBS"
       AC_SUBST(SHM_LIBS)
       LIBS="$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