open-src/lib/libXres/Makefile
changeset 1345 d5dacbb8de2b
parent 1276 52f85727ce94
child 1370 7a7a374453e5
equal deleted inserted replaced
1344:800e8c2d47f1 1345:d5dacbb8de2b
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # libXres - Xlib-based client library for Xinerama extension protocol
     3 # libXres - Xlib-based client library for Xinerama extension protocol
     4 #
     4 #
     5 # Copyright (c) 2008, 2012, 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,
    38 
    38 
    39 # Link with version mapfile
    39 # Link with version mapfile
    40 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    40 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = CVE-2013-1988.patch,-p1
    44 
    44 
    45 # Library name (used for specfiles/mapfiles)
    45 # Library name (used for specfiles/mapfiles)
    46 LIBNAME=XRes
    46 LIBNAME=XRes
    47 
    47 
    48 # ARC cases that covered this module
    48 # ARC cases that covered this module