Build pkg-config files for ncurses (#1673)
This commit is contained in:
parent
899f3a7e37
commit
851b58248d
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@ def install(self, spec, prefix):
|
|||
"--enable-widec",
|
||||
"--enable-overwrite",
|
||||
"--disable-lib-suffixes",
|
||||
"--without-ada"]
|
||||
"--without-ada",
|
||||
"--enable-pc-files",
|
||||
"--with-pkg-config-libdir={0}/lib/pkgconfig".format(prefix)
|
||||
]
|
||||
configure(*opts)
|
||||
make()
|
||||
make("install")
|
||||
|
|
Loading…
Reference in a new issue