Skip to content

Commit

Permalink
Merge pull request #55 from micmro/master
Browse files Browse the repository at this point in the history
issue #28 fixed with @AerisG222 solution from #21
  • Loading branch information
rflynn committed Aug 9, 2015
2 parents e0f1120 + d7969f3 commit ea2b77c
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 ea2b77c

Please sign in to comment.