diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 14:20:56 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 14:20:37 +0100 |
commit | cbb00b218333fce09e28a8e5eb8730c3945aeb71 (patch) | |
tree | 96f5e3fc6e8bb633cad3e856d3ef7f14e9cf9b0f /community/kea/put-LOCKFILE_DIR-to-runstatedir.patch | |
parent | 89442b46ccb0f877da416a75e0f073547b0278f4 (diff) | |
download | aports-cbb00b218333fce09e28a8e5eb8730c3945aeb71.zip |
community/kea: move from testing
Diffstat (limited to 'community/kea/put-LOCKFILE_DIR-to-runstatedir.patch')
-rw-r--r-- | community/kea/put-LOCKFILE_DIR-to-runstatedir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/kea/put-LOCKFILE_DIR-to-runstatedir.patch b/community/kea/put-LOCKFILE_DIR-to-runstatedir.patch new file mode 100644 index 00000000000..965c5e58299 --- /dev/null +++ b/community/kea/put-LOCKFILE_DIR-to-runstatedir.patch @@ -0,0 +1,16 @@ +This patch is based on https://sources.debian.org/src/isc-kea/1.5.0-2/debian/patches/0005-Put-KEA_LOCKFILE_DIR-to-runstatedir.patch/ + +We have to modify the autohelled Makefile.in instead of Makefile.am because Kea +requires old automake-1.15. + +--- a/src/lib/log/interprocess/Makefile.in ++++ b/src/lib/log/interprocess/Makefile.in +@@ -434,7 +434,7 @@ + top_srcdir = @top_srcdir@ + SUBDIRS = . tests + AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib \ +- -DLOCKFILE_DIR=\"$(localstatedir)/run/$(PACKAGE_NAME)\" \ ++ -DLOCKFILE_DIR=\"$(runstatedir)/$(PACKAGE_NAME)\" \ + $(BOOST_INCLUDES) + AM_CXXFLAGS = $(KEA_CXXFLAGS) + CLEANFILES = *.gcno *.gcda |