diff options
Diffstat (limited to 'net-misc/asterisk/asterisk-13.38.3-r3.ebuild')
-rw-r--r-- | net-misc/asterisk/asterisk-13.38.3-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/asterisk/asterisk-13.38.3-r3.ebuild b/net-misc/asterisk/asterisk-13.38.3-r3.ebuild index f751e394bb25..2bd6004948b9 100644 --- a/net-misc/asterisk/asterisk-13.38.3-r3.ebuild +++ b/net-misc/asterisk/asterisk-13.38.3-r3.ebuild @@ -139,7 +139,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() { |