summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-04-14 07:41:27 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-04-14 07:41:27 +0000
commitf747d68f17ae1464f15adfb9c616366ca2c33cf3 (patch)
tree817f3b3841b6f2c98fc62d3fa14ae8556ecb4fa6
parent5cf8c9ffea5a36635ff29fe05392d3fd1a690fb2 (diff)
Misc (re #1843): Fixed dependency lib order in pjsip-test Makefile. This might cause linking error when building with -DPJ_POOL_DEBUG=1 (thanks Denis Poltorak for the report).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5069 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index d2a5c2a4..a9bd5adc 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -191,9 +191,9 @@ export TEST_LDFLAGS += $(PJSIP_LDLIB) \
$(PJMEDIA_VIDEODEV_LDLIB) \
$(PJMEDIA_LDLIB) \
$(PJMEDIA_AUDIODEV_LDLIB) \
- $(PJLIB_LDLIB) \
$(PJLIB_UTIL_LDLIB) \
$(PJNATH_LDLIB) \
+ $(PJLIB_LDLIB) \
$(_LDFLAGS)
export TEST_EXE := pjsip-test-$(TARGET_NAME)$(HOST_EXE)