1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

build: install journal-remote units and directory regardless of GNUTLS

This commit is contained in:
Nick Owens 2015-10-15 16:24:47 -07:00
parent 8ee07361d0
commit 08b62a9a13

View File

@ -3827,6 +3827,7 @@ endif
if HAVE_GNUTLS if HAVE_GNUTLS
systemd_journal_remote_LDADD += \ systemd_journal_remote_LDADD += \
$(GNUTLS_LIBS) $(GNUTLS_LIBS)
endif
# systemd-journal-remote make sense mostly with full crypto stack # systemd-journal-remote make sense mostly with full crypto stack
dist_systemunit_DATA += \ dist_systemunit_DATA += \
@ -3841,7 +3842,6 @@ journal-remote-install-hook: journal-install-hook
-chmod 755 $(DESTDIR)/var/log/journal/remote -chmod 755 $(DESTDIR)/var/log/journal/remote
INSTALL_EXEC_HOOKS += journal-remote-install-hook INSTALL_EXEC_HOOKS += journal-remote-install-hook
endif
nodist_pkgsysconf_DATA += \ nodist_pkgsysconf_DATA += \
src/journal-remote/journal-remote.conf src/journal-remote/journal-remote.conf