diff options
Diffstat (limited to 'net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch')
-rw-r--r-- | net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch b/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch new file mode 100644 index 000000000000..5861ee5841c9 --- /dev/null +++ b/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch @@ -0,0 +1,11 @@ +--- configure.orig 2015-05-10 19:25:43.365929384 +0200 ++++ configure 2015-05-10 19:26:00.452648532 +0200 +@@ -12833,7 +12833,7 @@ + if test "$enable_daemon" = "yes"; then : + + +-if test "$enable_system" != "no"; then : ++if test "$enable_systemd" != "no"; then : + + case $enable_systemd in #( + auto) : |