Skip to content

Commit

Permalink
issue rflynn#28 fixed with @AerisG222 sollution from rflynn#21
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Aug 3, 2015
1 parent 973e34d commit d7969f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apache2/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod_imgmin_la_SOURCES = mod_imgmin.c ../imgmin.c ../dssim.c

mod_imgmin_la: $(mod_imgmin_la_SOURCES)
if [ "$(APXS)" != "" ]; then \
$(APXS) -I `pwd`/.. `$(MAGICK_CONFIG) --cppflags --ldflags --libs|xargs` -Wc,-DIMGMIN_LIB -Wc,-W -Wc,-Wall -Wc,-Wno-unused-parameter -c $(mod_imgmin_la_SOURCES); \
$(APXS) -I `pwd`/.. `$(MAGICK_CONFIG) --cppflags --ldflags --libs|xargs|sed "s/-fopenmp\s//"` -Wc,-DIMGMIN_LIB -Wc,-W -Wc,-Wall -Wc,-Wno-unused-parameter -c $(mod_imgmin_la_SOURCES); \
fi

install-exec-local: mod_imgmin_la
Expand Down

0 comments on commit d7969f3

Please sign in to comment.