Move the USE_PREAD configuration knob out of the middle of the autoconf
generated ones. It is easy to mistake as an option that has gone away when it's actually a control that was explicitly turned on for FreeBSD.
This commit is contained in:
parent
041541bdeb
commit
3438e7b663
@ -12,10 +12,10 @@ SQLITE= ${.CURDIR}/../../contrib/sqlite3
|
||||
|
||||
WARNS= 3
|
||||
CFLAGS+= -I${SQLITE} \
|
||||
-DUSE_PREAD=1 \
|
||||
-DSTDC_HEADERS=1 \
|
||||
-DHAVE_SYS_TYPES_H=1 \
|
||||
-DHAVE_SYS_STAT_H=1 \
|
||||
-DUSE_PREAD=1 \
|
||||
-DHAVE_STDLIB_H=1 \
|
||||
-DHAVE_STRING_H=1 \
|
||||
-DHAVE_MEMORY_H=1 \
|
||||
|
Loading…
Reference in New Issue
Block a user