Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Oct 3, 2023
1 parent 980588d commit 35ded4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/subversion/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Subversion(AutotoolsPackage):
variant("perl", default=False, description="Build with Perl bindings")
variant("apxs", default=True, description="Build with APXS")
variant("nls", default=True, description="Enable Native Language Support")
variant("pic", default=False, description="Enable position-independent code")
variant("pic", default=True, description="Enable position-independent code")

depends_on("apr")
depends_on("apr-util")
Expand Down

0 comments on commit 35ded4f

Please sign in to comment.