Bug 111989 - libzmf: typo in Makefile -no-undefines -> -no-undefined
Summary: libzmf: typo in Makefile -no-undefines -> -no-undefined
Status: RESOLVED FIXED
Alias: None
Product: Document Liberation Project
Classification: Unclassified
Component: General (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 18:23 UTC by Ørjan Malde
Modified: 2017-08-26 23:11 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ørjan Malde 2017-08-23 18:23:40 UTC
There's a typo in src/lib/Makefile.{am,in}:
libzmf_@ZMF_MAJOR_VERSION@_@ZMF_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefines

which should be -no-undefined, caught by building with `slibtool` which doesn't swallow invalid options:-)
Comment 1 Aron Budea 2017-08-26 23:11:35 UTC
Seems fixed with this commit:
https://gerrit.libreoffice.org/gitweb?p=libzmf.git;a=commit;h=6be6f4b385323df34864a4c77586ad36487a1d31

Regardless, thanks for reporting. :)