diff -r 5257d09d4f0a -r 1ce455dae979 open-src/app/xcolor/Makefile --- 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