e55890
diff --git a/lib/dns/dyndb.c b/lib/dns/dyndb.c
e55890
index 0ce5e42..556d920 100644
e55890
--- a/lib/dns/dyndb.c
e55890
+++ b/lib/dns/dyndb.c
e55890
@@ -130,9 +130,6 @@ load_library(isc_mem_t *mctx, const char *filename, const char *instname,
e55890
 		      instname, filename);
e55890
 
e55890
 	flags = RTLD_NOW|RTLD_LOCAL;
e55890
-#ifdef RTLD_DEEPBIND
e55890
-	flags |= RTLD_DEEPBIND;
e55890
-#endif
e55890
 
e55890
 	handle = dlopen(filename, flags);
e55890
 	if (handle == NULL)