configure.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9f47202a0e215ec4a4156f45199fea16b7239565
Author: Benedikt Morbach <[email protected]>
Date: Sun Mar 10 15:19:09 2013 +0100
fdo#62110: GLU also needs -lGL to link
Change-Id: Ida9d03564cf003cae282792f0daf5945cff34108
(cherry picked from commit fac49ace812a15ba10d30a3735b61ae30ac287c5)
Signed-off-by: Michael Stahl <[email protected]>
Conflicts:
configure.ac
(cherry picked from commit 2c40a112923bf1c4441ea76bb8fe3a7a8aa10bef)
Signed-off-by: Michael Stahl <[email protected]>
diff --git a/configure.in b/configure.in
index 0bd6937..702a637 100644
--- a/configure.in
+++ b/configure.in
@@ -9013,6 +9013,7 @@ else
AC_MSG_RESULT([yes])
AC_CHECK_LIB([GL], [main], [:],
[AC_MSG_ERROR(libGL not installed or functional)], [])
+ LDFLAGS="$LDFLAGS -lGL"
AC_CHECK_LIB([GLU], [main], [:],
[AC_MSG_ERROR(libGLU not installed or functional)], [])
ENABLE_OPENGL=TRUE
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits