Created attachment 76274 [details] config.log AC_CHECK_LIB doesn't pass -lGL and the GLU test fails to link (see attached config.log).
Created attachment 76275 [details] patch to configure.ac This patch fixes the problem for me. Also applies to 4.0 and 3.6 with enough fuzz and configure.in instead of configure.ac
Did you commit this patch to gerrit?
the patch makes sense. Benedikt, could you please send a mail with a text like http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/38402 to the mailing list libreoffice@lists.freedesktop.org ? also in the future it's best to send a patch either to mailing list or to gerrit (http://wiki.documentfoundation.org/Development/gerrit) because developers look there far more often than at bugzilla for patches.
Benedikt Morbach committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fac49ace812a15ba10d30a3735b61ae30ac287c5 fdo#62110: GLU also needs -lGL to link The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Benedikt Morbach committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2c40a112923bf1c4441ea76bb8fe3a7a8aa10bef&h=libreoffice-4-0 fdo#62110: GLU also needs -lGL to link It will be available in LibreOffice 4.0.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Benedikt Morbach committed a patch related to this issue. It has been pushed to "libreoffice-3-6": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9f47202a0e215ec4a4156f45199fea16b7239565&h=libreoffice-3-6 fdo#62110: GLU also needs -lGL to link It will be available in LibreOffice 3.6.7. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
thanks for your patch, committed to all branches now