Skip to content

Commit

Permalink
compile-flickernoise: ignore the jbig2dev automake warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Jan 14, 2012
1 parent 1e9d18d commit 0860952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-flickernoise/Makefile
Expand Up @@ -104,7 +104,7 @@ $(BUILD_DIR)/openjpeg: $(DL)/$(OPENJPEG).ok build_dir/.prepare
$(BUILD_DIR)/jbig2dec: $(DL)/$(JBIG2DEC).ok build_dir/.prepare
tar xf $(DL)/$(JBIG2DEC) -C $(BUILD_DIR)
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && rm config.sub && \
automake --add-missing && exit 0)
automake --add-missing ; exit 0)
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && $(CONFIGURE_VARS) \
./configure --host=lm32-rtems4.11 --disable-shared \
--prefix=$(RTEMS_MAKEFILE_PATH) && \
Expand Down

0 comments on commit 0860952

Please sign in to comment.