Skip to content

Commit

Permalink
workaround for missing msghdr members
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 22, 2024
1 parent a91ab71 commit f840fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ mv *portable-python-cmake-buildsystem* portable-python-cmake-buildsystem
mkdir python-build
mkdir python-install
cd python-build
cmake \
# https://stackoverflow.com/a/52240320
CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=500 -D__EXTENSIONS__" LDFLAGS="${LDFLAGS} -lsocket -lnsl" cmake \
"${cmake_verbose_flags[@]}" \
-DCMAKE_IGNORE_PATH=/usr/include \
-DPYTHON_VERSION=${PYTHON_FULL_VER} \
Expand Down

0 comments on commit f840fee

Please sign in to comment.