Skip to content

Commit

Permalink
Merge pull request #12 from kastiglione/fix-iconv-linking
Browse files Browse the repository at this point in the history
Fix nginx linking to iconv
  • Loading branch information
evanmiller committed Apr 4, 2012
2 parents b5d3362 + 41fb828 commit ad6e307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ case "$NGX_PLATFORM" in
esac
ngx_feature_test="iconv_open(\"IBM-850\", \"ISO8859-1\");"
. auto/feature

if [ $ngx_found = yes ]; then
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
ngx_found=no
fi

0 comments on commit ad6e307

Please sign in to comment.