Skip to content

Commit

Permalink
WIP: trigger some rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Jun 29, 2023
1 parent 1d2e942 commit bfae158
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions var/spack/repos/builtin/packages/readline/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ class Readline(AutotoolsPackage, GNUMirrorPackage):
sha256=checksum,
)

def configure_args(self):
args = []

if "+nope" in self.spec:
args.append("--enable-something")

return args

def build(self, spec, prefix):
make("SHLIB_LIBS=" + spec["ncurses:wide"].libs.ld_flags)

Expand Down

0 comments on commit bfae158

Please sign in to comment.