Skip to content

Commit

Permalink
databases/mongodb60: enable non-AVX CPUs by default
Browse files Browse the repository at this point in the history
Similar to the change in mongodb50.
Preparation so this can become the default mongodb port for net-mgmt/unifi8.

PR:	277990
  • Loading branch information
Ronald Klop authored and Ronald Klop committed May 16, 2024
1 parent 3f73274 commit 4fef706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databases/mongodb60/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 6.0.15
PORTREVISION= 1
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

Expand Down Expand Up @@ -75,7 +76,7 @@ USERS= mongodb
GROUPS= mongodb

OPTIONS_DEFINE= LTO SASL SSL NOAVX
OPTIONS_DEFAULT= LTO SASL SSL
OPTIONS_DEFAULT= LTO SASL SSL NOAVX

NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)"

Expand Down

0 comments on commit 4fef706

Please sign in to comment.