Bump __FreeBSD_version after clang/llvm PIE change

Otherwise, incremental builds might fail with various interesting
errors. This is a bit of a big hammer, but I don't know of any other way
to force rebuilds of all these libraries.

Reported by:	bapt
Fixes:		470f9f13de
MFC after:	1 week
This commit is contained in:
Dimitry Andric 2024-02-11 23:45:51 +01:00
parent 470f9f13de
commit ed27ae8df4

View file

@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500013
#define __FreeBSD_version 1500014
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,