mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:29:59 -04:00
Merge branch '2538-bind-9-17-build-process-leaving-files-in-unexpected-locations' into 'main'
Resolve "BIND 9.17 build process leaving files in unexpected locations?" Closes #2538 See merge request isc-projects/bind9!4757
This commit is contained in:
commit
1febea6d7c
3 changed files with 6 additions and 9 deletions
|
|
@ -4,11 +4,10 @@ AM_CPPFLAGS += \
|
|||
$(LIBISC_CFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
dlzexternal_LTLIBRARIES = dlzexternal.la
|
||||
dlzexternaldir = $(abs_builddir)
|
||||
check_LTLIBRARIES = dlzexternal.la
|
||||
|
||||
dlzexternal_la_SOURCES = \
|
||||
driver.c \
|
||||
driver.h
|
||||
|
||||
dlzexternal_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
|
||||
dlzexternal_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@ AM_CPPFLAGS += \
|
|||
$(LIBISC_CFLAGS) \
|
||||
$(LIBDNS_CFLAGS)
|
||||
|
||||
dyndb_LTLIBRARIES = sample.la
|
||||
dyndbdir = $(abs_builddir)
|
||||
check_LTLIBRARIES = sample.la
|
||||
|
||||
sample_la_SOURCES = \
|
||||
db.c \
|
||||
|
|
@ -23,4 +22,4 @@ sample_la_SOURCES = \
|
|||
util.h \
|
||||
zone.h
|
||||
|
||||
sample_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
|
||||
sample_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ AM_CPPFLAGS += \
|
|||
$(LIBNS_CFLAGS) \
|
||||
$(LIBISCCFG_CFLAGS)
|
||||
|
||||
hooks_LTLIBRARIES = test-async.la
|
||||
hooksdir = $(abs_builddir)
|
||||
check_LTLIBRARIES = test-async.la
|
||||
|
||||
test_async_la_SOURCES = test-async.c
|
||||
test_async_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
|
||||
test_async_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -rpath $(abs_builddir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue