summaryrefslogtreecommitdiff
path: root/third_party/build/portaudio
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-03-10 09:13:10 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-03-10 09:13:10 +0000
commitf3bfb967699d1697c81c5bc8f22824c648dff7e7 (patch)
treeef33cab67027b0be056dafd97a3e26a2968d9101 /third_party/build/portaudio
parente309d458718a406f7d4c8e0fd00f6cd0d3390ef0 (diff)
Re #1745 (Shared lib on MinGW): Fixed missing LDFLAGS setting on some components and build options for win32 DLL.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4786 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/portaudio')
-rw-r--r--third_party/build/portaudio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/build/portaudio/Makefile b/third_party/build/portaudio/Makefile
index a5c2449e..c1ad23a2 100644
--- a/third_party/build/portaudio/Makefile
+++ b/third_party/build/portaudio/Makefile
@@ -42,6 +42,7 @@ export _LDFLAGS += $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
export PORTAUDIO_SRCDIR = src
export PORTAUDIO_OBJS +=
export PORTAUDIO_CFLAGS += $(_CFLAGS)
+export PORTAUDIO_LDFLAGS += $(_LDFLAGS)
export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT
###############################################################################