Skip to content

Commit

Permalink
Revert "ci_build.sh: tolerate OpenSSL headers on OmniOS"
Browse files Browse the repository at this point in the history
This reverts commit c8927a5:
a more general fix posted to m4/nut_check_libopenssl.m4
  • Loading branch information
jimklimov committed Jan 29, 2025
1 parent c75c7b2 commit 16ee3da
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -923,16 +923,6 @@ detect_platform_PKG_CONFIG_PATH_and_FLAGS() {
/opt/ooce/bin|*:/opt/ooce/bin|/opt/ooce/bin:*|*:/opt/ooce/bin:*) ;;
*) if [ -d "/opt/ooce/bin" ] ; then PATH="/opt/ooce/bin:${PATH}" ; fi ;;
esac

if [ -d "/usr/ssl-3/include" ] ; then
# Lots of casting between method signatures with void/specific
# pointer types "converts to incompatible function type
# [-Werror,-Wcast-function-type-strict]" per clang's taste.
CFLAGS="${CFLAGS-} -isystem /usr/ssl-3/include"
#CPPFLAGS="${CPPFLAGS-} -isystem /usr/ssl-3/include"
CXXFLAGS="${CXXFLAGS-} -isystem /usr/ssl-3/include"
fi

;;
*darwin*|*macos*|*osx*)
# Architecture-dependent base dir, e.g.
Expand Down

0 comments on commit 16ee3da

Please sign in to comment.