Skip to content

Commit

Permalink
postgresql: change --with-xml to CFLAGS=-I/libxml2.prefix/include/lib…
Browse files Browse the repository at this point in the history
…xml2
  • Loading branch information
gartung committed Nov 2, 2023
1 parent 37efe26 commit c84efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/postgresql/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def configure_args(self):
config_args.append("--with-tcl")

if "+xml" in self.spec:
config_args.append("--with-libxml")
config_args.append("CFLAGS=-I%s/include/libxml2"%self.spec['libxml2'].prefix)

return config_args

Expand Down

0 comments on commit c84efb7

Please sign in to comment.