I think I found a bug in openpkg-build.pl while attempting to figure out
how the configure file works. Line 102 of the script from
openpkg-tool-20030321-20030321 reads:
$env->{$opt} = " $val";
I think this should append the new val to the existing one:
$env->{$opt} .= " $val";
On Sat, Mar 29, 2003 at 09:49:13AM +0100, Michael van Elst wrote:
>On Fri, Mar 28, 2003, Bill Campbell wrote:
>
>> Could you post an example of the ~/.openpkg/build file? I haven't been
>> able to figure out the format from the man page, and would really like an
>> example. In particular I want to build the file to specify the options for
>> packages such as apache.
>
>The format is:
>
>OPTION
>OPTION
>...
>
>[/prefix1]
>OPTION
>OPTION
>...
Bill
--
INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC
UUCP: camco!bill PO Box 820; 6641 E. Mercer Way
FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/
Many companies that have made themselves dependent on [the equipment of a
certain major manufacturer] (and in doing so have sold their soul to the
devil) will collapse under the sheer weight of the unmastered complexity of
their data processing systems.
-- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5
______________________________________________________________________
The OpenPKG Project www.openpkg.org
User Communication List [EMAIL PROTECTED]