
#8783: make ghc-pwd-bindist script /bin/sh compatible for Solaris -------------------------------------+------------------------------------ Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 7.8.1-rc1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by maeder): Another fix could be made in rules/library-path.mk {{{ -prependLibraryPath = export LD_LIBRARY_PATH="$1:$$LD_LIBRARY_PATH" +prependLibraryPath = LD_LIBRARY_PATH="$1:$$LD_LIBRARY_PATH"; export LD_LIBRARY_PATH }}} What an adventure discovering the build secrets! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8783#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler