ports/misc/amanda-server/files/patch-amar-src__Makefile.in
Trond Endrestøl e8114fa589 misc/amanda-server: update to 3.5.1
- define LICENSE
 - simplify handling of USERS and GROUPS
 - reorder make variables in accordance with policy
 - regenerate patches
 - harden amstatus against task death

Changelog: https://www.zmanda.com/amanda-community/?ss360SearchTerm=3.5.1

PR:		264714
Approved by:	fbsd@dylanleigh.net (maintainer timeout)
2023-08-09 15:01:14 +02:00

12 lines
518 B
Text

--- amar-src/Makefile.in.orig 2017-12-01 13:26:54 UTC
+++ amar-src/Makefile.in
@@ -1757,7 +1757,8 @@ AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) $(AMANDA_FILE_CFL
AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) $(AS_NEEDED_FLAGS)
LINT = @AMLINT@
LINTFLAGS = @AMLINTFLAGS@
-amlib_LTLIBRARIES = libamar.la
+@WANT_SERVER_TRUE@amlib_LTLIBRARIES =
+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamar.la
libamar_la_SOURCES = amar.c
libamar_la_LDFLAGS = -release $(VERSION) $(AS_NEEDED_FLAGS)
libamar_la_LIBADD = ../common-src/libamanda.la