]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Re-add upstream skip of PAM builds on amd64_linux24
authorRuss Allbery <rra@debian.org>
Sat, 28 Jun 2008 04:47:18 +0000 (21:47 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 28 Jun 2008 04:47:18 +0000 (21:47 -0700)
We always build the userspace code on amd64 as amd64_linux26, so this
check is now harmless.  Re-add the check to match upstream and reduce
unnecessary differences.

Makefile.in

index 673a192d9fd4f7abb06ef5c49629965fdb5979c2..2ace1eb89d65d5aa5bc18251c2fc8ae046b8be3c 100644 (file)
@@ -512,6 +512,8 @@ libafsauthent: ubik auth kauth libafsrpc
 # pthread based user space RX library
 shlibafsrpc: rx rxkad des
        case ${SYS_NAME} in \
+       amd64_linux24) \
+               echo Skipping shlibafsrpc for amd64_linux24 ;; \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
        ${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
        *) \
@@ -520,6 +522,8 @@ shlibafsrpc: rx rxkad des
 
 shlibafsauthent: ubik auth kauth shlibafsrpc
        case ${SYS_NAME} in \
+       amd64_linux24) \
+               echo Skipping shlibafsauthent for amd64_linux24 ;; \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
        ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
        *) \