]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
authorRuss Allbery <rra@debian.org>
Fri, 13 May 2005 01:12:38 +0000 (01:12 +0000)
committerRuss Allbery <rra@debian.org>
Fri, 13 May 2005 01:12:38 +0000 (01:12 +0000)
    missing symbols and therefore unusable.  (Closes: #308844)

debian/changelog
src/kauth/Makefile.in
src/rx/Makefile.in
src/ubik/Makefile.in

index f6f703cfe92c92ceffbe9c873ad423564d72891b..accaef2d07425f96aa98982d1da95958dad5f5fd 100644 (file)
@@ -1,3 +1,10 @@
+openafs (1.3.81-3sarge1) unstable; urgency=low
+
+  * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
+    missing symbols and therefore unusable.  (Closes: #308844)
+
+ --
+
 openafs (1.3.81-3) unstable; urgency=low
 
   * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env and thus builds.
index 9fe6317454387e289f68e17134cd1833862993b7..b3da403d934acadad31e57f279d770d0878c46bc 100644 (file)
@@ -51,6 +51,14 @@ KLIBS=${TOP_LIBDIR}/libubik.a \
 OBJS=kauth.xdr.o kauth.cs.o kaaux.o client.o authclient.o token.o kautils.o kalocalcell.o kaerrors.o user.o krb_tf.o 
 KOBJS=kauth.xdr.o kauth.cs.o kaaux.o client.o authclient.o token.o kautils.o kalocalcell.o kaerrors.o user.krb.o krb_tf.o
 
+PICTARGET =../pic/kauth
+PICOBJS = $(patsubst %.o,$(PICTARGET)/%.o,$(OBJS))
+$(PICTARGET)/%.o: %.c $(PICTARGET)
+       $(CC) -c $(PAM_CFLAGS) $(CFLAGS) $< -o $@
+
+$(PICTARGET):
+       mkdir -p $(PICTARGET)
+
 
 all: kaserver kas kpwvalid klog klog.krb knfs kpasswd rebuild kdb \
        ${TOP_LIBDIR}/libkauth.a \
@@ -63,14 +71,6 @@ depinstall: \
        ${TOP_INCDIR}/afs/kauth.h \
        ${TOP_INCDIR}/afs/kaport.h 
 
-PICTARGET =../pic/kauth
-PICOBJS = $(patsubst %.o,$(PICTARGET)/%.o,$(OBJS))
-$(PICTARGET)/%.o: %.c $(PICTARGET)
-       $(CC) -c $(PAM_CFLAGS) $(CFLAGS) $< -o $@
-
-$(PICTARGET):
-       mkdir -p $(PICTARGET)
-
 
 
 test tests: all
index e7b0668cfafab927d9b485608161646688fd405a..a3bd51f8a837b20962e3ca401d29ff4ae835b138 100644 (file)
@@ -41,15 +41,15 @@ BASICINCLS=${TOP_INCDIR}/lwp.h ${TOP_INCDIR}/lock.h \
 LIBS=librx.a ${TOP_LIBDIR}/liblwp.a ${TOP_LIBDIR}/libcmd.a \
               ${TOP_LIBDIR}/util.a
 
-all: \
-       includes \
-       ${TOP_LIBDIR}/librx.a $(PICOBJS)
-
 PICTARGET =../pic/rx
 PICOBJS = $(patsubst %.o,$(PICTARGET)/%.o,$(LIBOBJS))
 $(PICTARGET)/%.o: %.c $(PICTARGET)
        $(CC) -c $(PAM_CFLAGS) $(CFLAGS) $< -o $@
 
+all: \
+       includes \
+       ${TOP_LIBDIR}/librx.a $(PICOBJS)
+
 depinstall: includes
 
 $(PICTARGET):
index 84918bd3353ba530be1f44433208028d81944cff..9e297fc67a711b2d03e38bc8bdbf500bb622c46b 100644 (file)
@@ -20,8 +20,6 @@ LIBS=${TOP_LIBDIR}/librx.a ${TOP_LIBDIR}/liblwp.a \
      ${TOP_LIBDIR}/libcom_err.a ${TOP_LIBDIR}/libcmd.a \
      ${TOP_LIBDIR}/util.a ${TOP_LIBDIR}/libsys.a ${XLIBS}
 
-all: depinstall ${TOP_LIBDIR}/libubik.a udebug utst_server utst_client $(PICOBJS)
-
 PICTARGET =../pic/ubik
 PICOBJS = $(patsubst %.o,$(PICTARGET)/%.o,$(LIBOBJS))
 $(PICTARGET)/%.o: %.c $(PICTARGET)
@@ -34,6 +32,7 @@ depinstall: \
 $(PICTARGET):
        mkdir -p $(PICTARGET)
 
+all: depinstall ${TOP_LIBDIR}/libubik.a udebug utst_server utst_client $(PICOBJS)
 
 
 utst_server: utst_server.o utst_int.ss.o utst_int.xdr.o libubik.a