diff options
Diffstat (limited to 'auto/os/freebsd')
| -rw-r--r-- | auto/os/freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd index 3a73a6e28..7ddd6dc43 100644 --- a/auto/os/freebsd +++ b/auto/os/freebsd @@ -3,7 +3,7 @@ CORE_INCS="$UNIX_INCS" CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS" CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS" -CFLAGS="$CFLAGS -pipe" +PIPE="-pipe" # __FreeBSD_version is the best way to determine whether |
