diff options
Diffstat (limited to 'net-misc/asterisk/asterisk-18.8.0-r1.ebuild')
-rw-r--r-- | net-misc/asterisk/asterisk-18.8.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/asterisk/asterisk-18.8.0-r1.ebuild b/net-misc/asterisk/asterisk-18.8.0-r1.ebuild index bc3f597e95ac..1242bbbadaa3 100644 --- a/net-misc/asterisk/asterisk-18.8.0-r1.ebuild +++ b/net-misc/asterisk/asterisk-18.8.0-r1.ebuild @@ -138,7 +138,8 @@ pkg_setup() { src_prepare() { default - AT_M4DIR="autoconf third-party third-party/pjproject third-party/jansson" eautoreconf + AT_M4DIR="autoconf third-party third-party/pjproject third-party/jansson" \ + AC_CONFIG_SUBDIRS=menuselect eautoreconf } src_configure() { |