On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
authorGuy Harris <guy@alum.mit.edu>
Thu, 4 Jan 2007 20:47:43 +0000 (20:47 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 4 Jan 2007 20:47:43 +0000 (20:47 -0000)
commit405b7189a4587fdf8485eb971f6b738f4fc6cc7b
treea8ca17cdf9f246ffb3769fa63006df977791889e
parentb556ad58bb5d94c1191142f2134d488e66f6b17a
On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
used with shared libraries, to fix some error that shows up in some
cases; some Apple documentation recommends it for most shared libraries.

svn path=/trunk/; revision=20312
configure.in
epan/Makefile.am
wiretap/Makefile.am