open-src/lib/libXp/Makefile
changeset 1345 d5dacbb8de2b
parent 1072 88d1d779286d
child 1370 7a7a374453e5
equal deleted inserted replaced
1344:800e8c2d47f1 1345:d5dacbb8de2b
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xp 1.x Makefile
     3 # Xp 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    35 TARBALL_MD5  = 7ae1d63748e79086bd51a633da1ff1a9
    35 TARBALL_MD5  = 7ae1d63748e79086bd51a633da1ff1a9
    36 TARBALL_SHA1 = 9c76823c7cfcb43f097963d0c930dcc4e38807a8
    36 TARBALL_SHA1 = 9c76823c7cfcb43f097963d0c930dcc4e38807a8
    37 
    37 
    38 # Patches to apply to source after unpacking, in order
    38 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = solaris-abi.patch 6724993.patch
    39 SOURCE_PATCHES = solaris-abi.patch 6724993.patch
       
    40 SOURCE_PATCHES += CVE-2013-2062.patch,-p1
    40 
    41 
    41 # Since we're patching src/Makefile.am in solaris-abi.patch,
    42 # Since we're patching src/Makefile.am in solaris-abi.patch,
    42 # we need to autoreconf
    43 # we need to autoreconf
    43 AUTORECONF=yes
    44 AUTORECONF=yes
    44 
    45