mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'michal/fix-loading-plugins-using-just-their-filenames-v9_18' into 'v9_18'
[v9_18] Fix loading plugins using just their filenames See merge request isc-projects/bind9!6162
This commit is contained in:
commit
aa3a3e7cda
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ AM_CFLAGS += \
|
|||
|
||||
AM_CPPFLAGS += \
|
||||
$(CMOCKA_CFLAGS) \
|
||||
-DNAMED_PLUGINDIR=\"$(libdir)/named\" \
|
||||
-DNAMED_PLUGINDIR=\"$(pkglibdir)\" \
|
||||
-DSKIPPED_TEST_EXIT_CODE=77 \
|
||||
-DTESTS_DIR=\"$(abs_srcdir)\"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
include $(top_srcdir)/Makefile.top
|
||||
|
||||
AM_CPPFLAGS += \
|
||||
-DNAMED_PLUGINDIR=\"$(libdir)/named\"
|
||||
-DNAMED_PLUGINDIR=\"$(pkglibdir)\"
|
||||
|
||||
lib_LTLIBRARIES = libns.la
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue