diff options
Diffstat (limited to 'lib/ldb/wscript')
-rwxr-xr-x | lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 1a242ae986..f297e9af94 100755 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -68,7 +68,7 @@ def configure(conf): # we don't want any libraries or modules to rely on runtime # resolution of symbols - if sys.platform != "openbsd4": + if sys.platform != "openbsd4" and sys.platform != "openbsd5": conf.ADD_LDFLAGS('-Wl,-no-undefined', testflags=True) conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) |