Skip to content

Commit 75853b5

Browse files
committed
add logs to jansson
1 parent ca0fe40 commit 75853b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN if [ "${ASTERISK_VERSION}" = "latest" ]; then \
3333
cd asterisk; \
3434
fi && \
3535
contrib/scripts/install_prereq install && \
36-
./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled && \
36+
NOISY_BUILD=yes ./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled && \
3737
make menuselect.makeopts && \
3838
menuselect/menuselect --disable BUILD_NATIVE --disable-category MENUSELECT_ADDONS menuselect.makeopts && \
3939
make && \

0 commit comments

Comments
 (0)