Skip to content

Commit

Permalink
Merge pull request #10 from theseus-rs/add-linux-gnu-icu-support
Browse files Browse the repository at this point in the history
feat: add linux gnu icu support
  • Loading branch information
brianheineman authored Oct 31, 2024
2 parents d4c483a + 47a614c commit 3baf249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
--enable-option-checking=fatal \
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
--with-gssapi \
--without-icu \
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
--without-ldap \
--with-libxml \
--with-libxslt \
Expand Down

0 comments on commit 3baf249

Please sign in to comment.