Change some configure options to --enable-foo (static, debug, tests, etc).

This commit is contained in:
Juan RP
2012-12-29 07:44:10 +01:00
parent ba12ba2689
commit a4e3a489a1
2 changed files with 33 additions and 24 deletions

7
NEWS
View File

@@ -1,5 +1,12 @@
xbps-0.20 (???):
* configure: changed some options to '--enable-foo':
--enable-static
--enable-api-docs
--enable-debug
--enable-tests
* libxbps: when removing a package and if executing its "pre-remove"
action fails, still continue removing this package.