open-src/lib/libXmu/Makefile
changeset 1196 1ce455dae979
parent 1072 88d1d779286d
--- a/open-src/lib/libXmu/Makefile	Sun Aug 28 21:53:02 2011 -0700
+++ b/open-src/lib/libXmu/Makefile	Mon Aug 29 11:22:46 2011 -0700
@@ -66,6 +66,10 @@
 # Command line options to GNU autoconf configure script
 MODULE_CONFIG_OPTS = --with-lint --enable-lint-library
 
+# configure adds -lsocket -lnsl to both libraries, but libXmu only needs
+# -lnsl and libXmuu doesn't need either one.
+MODULE_LD_OPTIONS = -z ignore
+
 # Work around libtool brokenness that adds -R `pwd` to libXmu build
 DELIBTOOLIZE=yes