diff -r 5257d09d4f0a -r 1ce455dae979 open-src/app/xpr/Makefile --- a/open-src/app/xpr/Makefile Sun Aug 28 21:53:02 2011 -0700 +++ b/open-src/app/xpr/Makefile Mon Aug 29 11:22:46 2011 -0700 @@ -2,7 +2,7 @@ # # xpr 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"), @@ -42,6 +42,9 @@ # Patches to apply to source after unpacking, in order SOURCE_PATCHES = 6724753.patch +# 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=*.man MODULE_STABILITY=Committed