Skip to content

Commit

Permalink
Allow IGNORE_OSVERSION also when dealing with FreeBSD packages on non…
Browse files Browse the repository at this point in the history
…-FreeBSD systems
  • Loading branch information
Keve authored and bapt committed Jan 9, 2025
1 parent 903ec3e commit e86ae24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libpkg/pkg_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,11 @@ static struct config_entry c[] = {
"METALOG",
NULL,
},
#ifdef __FreeBSD__
{
PKG_BOOL,
"IGNORE_OSVERSION",
"NO",
},
#endif
{
PKG_BOOL,
"BACKUP_LIBRARIES",
Expand Down

0 comments on commit e86ae24

Please sign in to comment.