Changeset 2374 for trunk/third


Ignore:
Timestamp:
Jul 27, 2009, 2:04:27 AM (15 years ago)
Author:
broder
Message:

Instead of installing the (somewhat broken) AFS shared libraries,
backport bbab48b047000db0d1821e2f65917c2e8c2c7768 from the AFS tree to
build and install PIC versions of the libraries.

Location:
trunk/third/openafs
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/third/openafs/invirtify-openafs

    r2363 r2374  
    33
    44name=openafs
    5 ivversionappend=+invirt2
     5ivversionappend=+invirt3
    66
    77dir=$(cd "$(dirname "$0")"; pwd)
     
    1212 This package was rebuilt for the Invirt project to allow
    1313 encrypting communication with the ptserver, and to include
    14  shared libraries.
     14 PIC versions of the AFS libraries.
    1515EOF
    1616
     
    1818    add_changelog 'Allow encrypting requests to the ptserver.'
    1919
    20     echo 'debian/tmp/usr/lib/*.so.*                             usr/lib' >>debian/openafs-client.install
    21     echo 'debian/tmp/usr/lib/*.so                 usr/lib' >>debian/libopenafs-dev.install
    22     add_changelog 'Install shared libraries.'
     20    QUILT_PATCHES=debian/patches quilt import "$dir/pic-afs-libs"
     21    echo 'debian/tmp/usr/lib/libafsauthent_pic.a  usr/lib' >>debian/libopenafs-dev.install
     22    echo 'debian/tmp/usr/lib/libafsrpc_pic.a      usr/lib' >>debian/libopenafs-dev.install
     23    add_changelog 'Install PIC versions of libraries.'
    2324
    2425    add_invirt_provides
Note: See TracChangeset for help on using the changeset viewer.