prefix.example 271 B

12345678
  1. #_____________________________________________________________________________
  2. # Changing options based on module
  3. # Something that Solaris was doing for intl libraries.
  4. if $(eq $(ModuleName), "intl")
  5. LIB_LINK_OPTIONS := -assert pure-text -assert nosymbolic
  6. endif