diff options
| author | Bruce Momjian | 2003-10-09 04:34:02 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-10-09 04:34:02 +0000 |
| commit | 668715258203830db182a03dca0e4891c5a3f9d6 (patch) | |
| tree | cfd520224763fe040bdcbf5542e38c2b13ce9241 /src/template/netbsd | |
| parent | b510c442025fb3aa3d5a6763ad77a9ae0bf0d232 (diff) | |
Re-add -pipe compile flags for bsd's.
Diffstat (limited to 'src/template/netbsd')
| -rw-r--r-- | src/template/netbsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index 0d119a0136..cab6fd3d3d 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,2 +1,4 @@ +CFLAGS="$CFLAGS -pipe" + THREAD_SUPPORT=yes NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14 |
