Opened 9 years ago
Closed 9 years ago
#152 closed enhancement (fixed)
--enable-xxx/disable-xxx options in configure
Reported by: | Maxim Reznik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.2.0 |
Component: | Matreshka | Version: | |
Keywords: | Cc: |
Description
To write ebuild (instalation script for Gentoo) we need to add --enable-xxx/disable-xxx options in configure.
Here quote from Gentoo developer manual:
Often the configure script will try to automatically enable support for optional components based upon installed packages. This must not be allowed to happen. For example, if a user has Perl installed but has USE="-perl", packages with optional Perl support must not link against Perl. This automatic detection can usually be overridden using --enable- and --disable or --with- and --without- switches
http://devmanual.gentoo.org/ebuild-writing/functions/src_configure/configuring/index.html
Change History (5)
comment:1 by , 9 years ago
Milestone: | → 0.2.0 |
---|
comment:2 by , 9 years ago
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
General support for --enable-<component>/--disable-<component> switches is added, and is used in Oracle, PostgreSQL and SQLite3 modules.
In [2357]: