Fix the build when netatalk3 is already installed.
This commit is contained in:
parent
10778d4bf6
commit
93ea9ccc57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317447
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
--- etc/afpd/Makefile.in.orig 2013-03-26 05:37:00.000000000 -0400
|
||||
+++ etc/afpd/Makefile.in 2013-04-28 16:36:58.000000000 -0400
|
||||
+++ etc/afpd/Makefile.in 2013-05-05 18:03:24.000000000 -0400
|
||||
@@ -150,7 +150,7 @@ hash_LDADD = $(LDADD)
|
||||
hash_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(hash_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
am__mv = mv -f
|
||||
@@ -401,7 +401,7 @@ afpd_SOURCES = afp_avahi.c afp_config.c
|
||||
afpd_LDADD = $(top_builddir)/libatalk/libatalk.la @LIBGCRYPT_LIBS@ \
|
||||
@QUOTA_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ \
|
||||
|
|
Loading…
Reference in a new issue