Add explicit -export-dynamic

mt-daapd needs an explicit -export-dynamic so its symbols are made visible
to the plugins at load time.
This commit is contained in:
Julien BLACHE 2009-04-05 18:21:59 +02:00
parent 081a13bbea
commit f4721a6cec

View File

@ -18,6 +18,7 @@ endif
mt_daapd_CPPFLAGS = @AVAHI_CFLAGS@ @SQLITE3_CFLAGS@ @FFMPEG_CFLAGS@ @TAGLIB_CFLAGS@
mt_daapd_LDADD = @AVAHI_LIBS@ @SQLITE3_LIBS@ @FFMPEG_LIBS@ @FLAC_LIBS@ @TAGLIB_LIBS@ @LIBDL@
mt_daapd_LDFLAGS = -export-dynamic
mt_daapd_SOURCES = main.c daapd.h rend.h webserver.c \
webserver.h configfile.c configfile.h err.c err.h \
mp3-scanner.h mp3-scanner.c \