Howto build with_option

2004-06-22 Thread Alexander Belck
What is the sintax for `openpkg build foo` and have it use something like: -define with_zlib yes or if possible a short way like -D with_zlib Is it possible to get the same options used when upgrading a package ? How ? thanks, Alex

Re: Howto build with_option

2004-06-22 Thread Michael van Elst
On Tue, Jun 22, 2004 at 06:26:56PM -0300, Alexander Belck wrote: What is the sintax for `openpkg build foo` and have it use something like: -define with_zlib yes or if possible a short way like -D with_zlib just as you say: -Dwith_zlib builds with --define with_zlib yes If you have