1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix linkage when PAM support is enabled. This isn't on by default, but I

think it's a common enough option that I'm bumping PORTREVISION.

PR:		156336
This commit is contained in:
Joe Marcus Clarke 2011-05-08 23:08:21 +00:00
parent f1d09fd345
commit 38be301751
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273827
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= netatalk
PORTVERSION= 2.1.5
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net print
MASTER_SITES= SF

View File

@ -0,0 +1,11 @@
--- etc/afpd/Makefile.in.orig 2011-05-08 19:04:22.000000000 -0400
+++ etc/afpd/Makefile.in 2011-05-08 19:04:34.000000000 -0400
@@ -295,7 +295,7 @@ afpd_SOURCES = unix.c ofork.c main.c swi
afp_dsi.c messages.c afp_config.c nfsquota.c quota.c uam.c \
afs.c uid.c afp_util.c catsearch.c afprun.c hash.c extattrs.c \
$(am__append_1)
-afpd_LDADD = $(top_builddir)/libatalk/cnid/libcnid.la $(top_builddir)/libatalk/libatalk.la @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@
+afpd_LDADD = $(top_builddir)/libatalk/cnid/libcnid.la $(top_builddir)/libatalk/libatalk.la @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @PAM_LIBS@
afpd_LDFLAGS = -export-dynamic
afpd_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
@SLP_CFLAGS@ \