From: megacz Date: Tue, 7 Jul 2009 22:13:21 +0000 (-0400) Subject: link to _pic versions of libraries for amd64 compatability X-Git-Tag: 1.09 X-Git-Url: https://git.hcoop.net/hcoop/debian/libnss-afs.git/commitdiff_plain/refs/tags/1.09 link to _pic versions of libraries for amd64 compatability --- diff --git a/Makefile b/Makefile index 68abb26..9cce103 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: $(LIBNAMES) nss_afs_test # -lubik -lauth -lrxkad -lrxstat -lrx -ldes -lcom_err -laudit # $(AFSROOT)/lib/afs/util.a -LDFLAGS=-L$(AFSROOT)/lib/afs -L$(AFSROOT)/lib -lafsauthent -lafsrpc -lpthread \ +LDFLAGS=-L$(AFSROOT)/lib/afs -L$(AFSROOT)/lib -lafsauthent_pic -lafsrpc_pic -lpthread \ -lsys -lnsl $(EXTRALIBS) -g nss_afs.o: nss_afs.c diff --git a/debian/changelog b/debian/changelog index 28eb855..0e9bc76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnss-afs (1.09) unstable; urgency=low + + * link to _pic versions of libraries for amd64 compatability + + -- Adam Megacz Tue, 07 Jul 2009 18:05:25 -0400 + libnss-afs (1.08) unstable; urgency=high * fix segfault with lenny libc6 by linking to pthreads version diff --git a/debian/control b/debian/control index dc63615..5bc8dc8 100755 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libnss-afs Section: libs Priority: extra Maintainer: Adam Megacz -Build-Depends: debhelper (>= 4.0.0), libopenafs-dev, libc6-dev (>= 2.3.6) +Build-Depends: debhelper (>= 4.0.0), libopenafs-dev (>= 1.4.10), libc6-dev (>= 2.3.6) Standards-Version: 3.7.2 Package: libnss-afs