mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- 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)
15 lines
521 B
Text
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 \
|