open-src/app/xcolor/Makefile
changeset 1196 1ce455dae979
parent 977 46c5e46c27fb
child 1339 4f152696e5f2
--- a/open-src/app/xcolor/Makefile	Sun Aug 28 21:53:02 2011 -0700
+++ b/open-src/app/xcolor/Makefile	Mon Aug 29 11:22:46 2011 -0700
@@ -2,7 +2,7 @@
 #
 # xcolor 1.x Makefile
 #
-# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -48,6 +48,9 @@
 MODULE_BUILD_ENV=$(CONFIG_ENV)
 MODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
 
+# Allow linker to skip linking to libm if compiler inlined all math functions
+MODULE_LDFLAGS = -z ignore
+
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=# None
 MODULE_STABILITY=Committed