diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-21 14:25:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-21 14:25:59 +0000 |
commit | f647187875133be8cc7ce1a5dc459ece0b4d5a94 (patch) | |
tree | c7f05aeaebe48b549b3ac1f8def0d901c98952b7 /comms | |
parent | e69f47f38f809e90c2ade333f1c40fac3862d4fc (diff) | |
download | pkgsrc-f647187875133be8cc7ce1a5dc459ece0b4d5a94.tar.gz |
comms/asterisk15: remove unknown configure option --with-ltdl
This option has been removed in 2018, see ChangeLog.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk15/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/asterisk15/options.mk b/comms/asterisk15/options.mk index 6092df2be02..4a648d57f75 100644 --- a/comms/asterisk15/options.mk +++ b/comms/asterisk15/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2019/05/23 19:22:56 rillig Exp $ +# $NetBSD: options.mk,v 1.3 2020/05/21 14:25:59 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap spandsp @@ -35,11 +35,9 @@ CONFIGURE_ARGS+= --without-gtk2 .if !empty(PKG_OPTIONS:Munixodbc) . include "../../databases/unixodbc/buildlink3.mk" . include "../../devel/libltdl/buildlink3.mk" -CONFIGURE_ARGS+= --with-ltdl CONFIGURE_ARGS+= --with-unixodbc PLIST.unixodbc= yes .else -CONFIGURE_ARGS+= --without-ltdl CONFIGURE_ARGS+= --without-unixodbc .endif |