diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-05-24 20:28:14 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-05-24 20:28:14 +0000 |
| commit | 887ecc8d53bffb9ace9d5a01ff322ef05aeb8e36 (patch) | |
| tree | f0056b7000f0350ee43e28e6b3d37fb2d062ad4f /lib/libfetch/Makefile | |
| parent | 46a3ae64b23c634986a68f719a136b0b5dde534c (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
| -rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index e30b71f84c98..f49c763e4626 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -20,6 +20,8 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto .endif +CFLAGS+= -DFTP_COMBINE_CWDS + CSTD?= c99 WARNS?= 2 |
