ports/misc/amanda-server/files/patch-ndmp-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

15 lines
521 B
Text

--- ndmp-src/Makefile.in.orig 2017-12-01 13:26:55 UTC
+++ ndmp-src/Makefile.in
@@ -1691,9 +1691,9 @@ AM_CFLAGS = -DNDMOS_CONST_NDMJOBLIB_REVISION='"amanda-
# Divide the library up into the library side and down (libndmlib.la),
# and the full set of rules, agents, and so on required to build ndmjob
# (libndmjob.la).
-amlib_LTLIBRARIES = \
- libndmlib.la \
- libndmjob.la
+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = \
+@WANT_CLIENT_TRUE@ libndmlib.la \
+@WANT_CLIENT_TRUE@ libndmjob.la
libndmjla = \
ndma_comm_job.c \