]> granicus.if.org Git - libevent/commit
Only specify -no-undefined on mingw
authorNick Mathewson <nickm@torproject.org>
Thu, 6 May 2010 18:37:23 +0000 (14:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 May 2010 18:37:23 +0000 (14:37 -0400)
commit25433b96dc071b6b53914b069fd6525a19b839ac
tree2cb28515b01c8cb7a3311e8193933ca2cd097d67
parenta62c8433407c5c6d762394a3395470e34fb20f49
Only specify -no-undefined on mingw

It turns out that commit 3cbca8661f broke building with shared
libraries on OSX.  Since -no-undefined is only necessary on platforms
like win32, only use it there.

There may be a better fix for this.  Should fix bug 2997775.
Makefile.am