File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ libnanomsg_la_SOURCES = \
302
302
pkgconfigdir = $(libdir ) /pkgconfig
303
303
pkgconfig_DATA = libnanomsg.pc
304
304
305
- libnanomsg_la_LDFLAGS = -version-info @NN_LIBTOOL_VERSION@
305
+ libnanomsg_la_LDFLAGS = -no-undefined - version-info @NN_LIBTOOL_VERSION@
306
306
libnanomsg_la_CFLAGS = -DNN_EXPORTS
307
307
308
308
# ###############################################################################
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ AS_CASE([${host_os}],
215
215
AC_DEFINE ( [ NN_HAVE_WINDOWS] )
216
216
AC_DEFINE ( [ NN_HAVE_MINGW] )
217
217
AC_DEFINE ( [ _WIN32_WINNT] ,0x0600 )
218
+ LIBS="$LIBS -lws2_32 -lMswsock"
218
219
] ,
219
220
[ *darwin*] , [ AC_DEFINE ( [ NN_HAVE_OSX] ) ] ,
220
221
[ *freebsd*] , [ AC_DEFINE ( [ NN_HAVE_FREEBSD] ) ] ,
You can’t perform that action at this time.
0 commit comments