We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9939a0f commit d8a9306Copy full SHA for d8a9306
build.sh
@@ -41,6 +41,13 @@ esac
41
42
[ "$TCPDUMP_TAINTED" != yes ] && CFLAGS=`cc_werr_cflags`
43
44
+case `cc_id`/`os_id` in
45
+clang-*/SunOS-5.11)
46
+ # Work around https://www.illumos.org/issues/16369
47
+ [ `uname -o` = illumos ] && grep -Fq OpenIndiana /etc/release && CFLAGS="-Wno-fuse-ld-path${CFLAGS:+ $CFLAGS}"
48
+ ;;
49
+esac
50
+
51
# If necessary, set TCPDUMP_CMAKE_TAINTED here to exempt particular cmake from
52
# warnings. Use as specific terms as possible (e.g. some specific version and
53
# some specific OS).
0 commit comments