Commit 7ec32a50 authored by Siraj Razick's avatar Siraj Razick Committed by Youness Alaoui

Add -no-undefined to ldflags

This ensures that all the symbols are defined during link time, and also
without this option .dll files for windows are not produced.
parent 20b2a0f9
...@@ -40,7 +40,7 @@ LIBNICE_CURRENT=10 ...@@ -40,7 +40,7 @@ LIBNICE_CURRENT=10
LIBNICE_REVISION=1 LIBNICE_REVISION=1
LIBNICE_AGE=0 LIBNICE_AGE=0
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}" LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS) AC_SUBST(LIBNICE_LT_LDFLAGS)
......
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