mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-20 06:59:53 -05:00
Add option to select which modules get linked in during static builds.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@404 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9550c8ed80
commit
be2ba90175
2 changed files with 21 additions and 2 deletions
|
|
@ -93,8 +93,13 @@ polypaudio_CFLAGS = $(AM_CFLAGS)
|
|||
polypaudio_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
polypaudio_LDADD = $(AM_LDADD) libpolypcore.la $(LIBLTDL) \
|
||||
$(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(CAP_LIBS)
|
||||
polypaudio_LDFLAGS= $(AM_LDFLAGS) $(BINLDFLAGS) -dlopen force
|
||||
#q-static $(foreach f,$(modlib_LTLIBRARIES),-dlpreopen $(f))
|
||||
polypaudio_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) -dlopen force $(foreach f,$(PREOPEN_LIBS),-dlopen $(f))
|
||||
|
||||
if PREOPEN_MODS
|
||||
PREOPEN_LIBS = $(PREOPEN_MODS)
|
||||
else
|
||||
PREOPEN_LIBS = $(modlib_LTLIBRARIES)
|
||||
endif
|
||||
|
||||
###################################
|
||||
# Utility programs #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue