From e4b7c01bc39b655facc6309ffa9c3248c5b7190e Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 26 Jul 2003 21:19:05 +0000 Subject: [PATCH] Actually build pam on parisc linux --- debian/patch.hppa | 2 -- src/pam/Makefile.in | 2 -- 2 files changed, 4 deletions(-) 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*) \ -- 2.39.5