Skip to content

Commit

Permalink
fix configure options
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Apr 9, 2024
1 parent ad2038d commit a294950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update \
&& cd /tmp/libraw \
&& git checkout --force e58e8e43ae9fb349563c954cd56e922c59e1fde2 \
&& autoreconf -fiv \
&& ./configure --prefix=/opt/photostructure/tools \
&& ./configure --enable-static --disable-lcms --disable-openmp \
&& make -j `nproc` \
&& /bin/bash ./libtool --tag=CXX --mode=link g++ -all-static -g -O2 -o bin/dcraw_emu samples/bin_dcraw_emu-dcraw_emu.o lib/libraw.la -ljpeg -lz -lm \
&& /bin/bash ./libtool --tag=CXX --mode=link g++ -all-static -g -O2 -o bin/raw-identify samples/bin_raw_identify-raw-identify.o lib/libraw.la -ljpeg -lz -lm \
Expand Down

0 comments on commit a294950

Please sign in to comment.