https://bugs.documentfoundation.org/show_bug.cgi?id=90002

            Bug ID: 90002
           Summary: LibreOffice requires OpenGL even with --disable-opengl
                    passed to configure
           Product: LibreOffice
           Version: 4.4.1.2 rc
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: cja...@cjarry.org

I have tried to build LibreOffice 4.4.1.2 on mips64el with:

./configure \
    --prefix=/usr \
    --disable-cups \
    --without-java \
    --with-krb5=no \
    --with-gssapi=no \
    --disable-gconf \
    --disable-gtk \
    --disable-gstreamer-1-0 \
    --enable-python=no \
    --disable-opengl \
    --with-system-boost \
    --with-system-cairo

make

The 'make' command fails with:

[build C  ] UnpackedTarball/jpeg/jdmaster.c
/usr/lib/gcc/mips64el-unknown-linux-gnu/4.7.3/../../../../mips64el-unknown-linux-gnu/bin/ld:
cannot find -lGL
collect2: error: ld returned 1 exit status
Makefile:108: recipe for target 'lib/libGLEW.so.1.10.0' failed
make[2]: *** [lib/libGLEW.so.1.10.0] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/src/libreoffice/libreoffice-4.4.1.2/external/glew/ExternalProject_glew.mk:26:
recipe for target
'/usr/src/libreoffice/libreoffice-4.4.1.2/workdir/ExternalProject/glew/build'
failed
make[1]: ***
[/usr/src/libreoffice/libreoffice-4.4.1.2/workdir/ExternalProject/glew/build]
Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to