components/libpki/patches/01-configure.patch
changeset 5897 495a9e2444e4
child 6127 54565d218793
equal deleted inserted replaced
5896:f6a52b8a207c 5897:495a9e2444e4
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 Need to add architectures for Oracle build environments.
       
     5 Also need to disable rpath to avoid including 32-bit runpath in 64-bit binary.
       
     6 
       
     7 --- libpki-0.8.9/configure	2015-11-10 13:50:26.446036204 -0800
       
     8 +++ libpki-0.8.9/configure	2016-03-03 14:26:17.948469807 -0800
       
     9 @@ -2529,11 +2529,20 @@
       
    10      mybits="64"
       
    11      mybits_install="64"
       
    12      ;;
       
    13 +  *i86pc)
       
    14 +    mybits="64"
       
    15 +    mybits_install="64"
       
    16 +    ;;
       
    17    *sparc*)
       
    18      mybits="64"
       
    19      mybits_install="64"
       
    20      is_sparc="yes"
       
    21      ;;
       
    22 +  *sun4v*)
       
    23 +    mybits="64"
       
    24 +    mybits_install="64"
       
    25 +    is_sparc="yes"
       
    26 +    ;;
       
    27    *aix*)
       
    28      mybits="64"
       
    29      mybits_install="64"
       
    30 @@ -2626,7 +2635,7 @@
       
    31  
       
    32  
       
    33  
       
    34 -enable_rpath=yes
       
    35 +enable_rpath=no
       
    36  
       
    37  # Export variables to prevent autoconf to use rpl_malloc instead
       
    38  # of malloc (it won't link properly otherwise!) - needed for iPhone