Commit 0fb9d3d9 authored by Andry Wolk's avatar Andry Wolk Committed by Jean-Paul Saman

Fail linking when there are undefined symbols upon producing the shared library.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>

(cherry picked from commit 9ecad71f)

Conflicts:

	src/Makefile.am
parent 1236502d
......@@ -11,7 +11,7 @@ libdvbpsi_la_SOURCES = dvbpsi.c dvbpsi_private.h \
$(tables_src) \
$(descriptors_src)
libdvbpsi_la_LDFLAGS = -version-info 8:0:0
libdvbpsi_la_LDFLAGS = -version-info 8:0:0 -Wl,--no-undefined
pkginclude_HEADERS = dvbpsi.h psi.h descriptor.h demux.h \
tables/pat.h tables/pmt.h tables/sdt.h tables/eit.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment