From: Sam Hartman Date: Sat, 26 Jul 2003 21:19:05 +0000 (+0000) Subject: Actually build pam on parisc linux X-Git-Tag: debian/1.2.9-3~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e4b7c01bc39b655facc6309ffa9c3248c5b7190e;p=packages%2Fo%2Fopenafs.git Actually build pam on parisc linux --- diff --git a/debian/patch.hppa b/debian/patch.hppa index 08abf19f2..7608c7896 100644 --- a/debian/patch.hppa +++ b/debian/patch.hppa @@ -9,8 +9,6 @@ diff -u -r1.9 Makefile.in sun*_5*) \ $(LD) $(LDFLAGS) -M mapfile -o $@ \ afs_setcred_krb.o afs_auth_krb.o afs_util_krb.o $(SHOBJS) $(LDFLAGS) $(KLIBS) ;; \ -+ parisc*_linux*) \ -+ echo Skipping pam_afs.krb.so.1 link on parisc. ;; \ *linux*) \ $(CC) $(LDFLAGS) -o $@ afs_setcred_krb.o afs_auth_krb.o afs_util_krb.o $(SHOBJS) $(KLIBS) ;;\ *fbsd*) \ diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index edc991631..7f2c9f19a 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -92,8 +92,6 @@ pam_afs.krb.so.1: $(SHOBJS) afs_setcred_krb.o afs_auth_krb.o afs_util_krb.o sun*_5*) \ $(LD) $(LDFLAGS) -M mapfile -o $@ \ afs_setcred_krb.o afs_auth_krb.o afs_util_krb.o $(SHOBJS) $(LDFLAGS) $(KLIBS) ;; \ - parisc*_linux*) \ - echo Skipping pam_afs.krb.so.1 link on parisc. ;; \ *linux*) \ $(CC) $(LDFLAGS) -o $@ afs_setcred_krb.o afs_auth_krb.o afs_util_krb.o $(SHOBJS) $(KLIBS) ;;\ *fbsd*) \