Skip to content

Commit

Permalink
Bump __FreeBSD_version after clang/llvm PIE change
Browse files Browse the repository at this point in the history
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:		470f9f1
MFC after:	1 week
  • Loading branch information
DimitryAndric committed Feb 11, 2024
1 parent 470f9f1 commit ed27ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/sys/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed27ae8

Please sign in to comment.