« Return to Thread: cygport: KEEPDIRS not working, doenv and tcsh

Re: cygport: KEEPDIRS not working, doenv and tcsh

by marco atzeri-4 :: Rate this Message:

| View in Thread

On 4/28/2012 4:33 PM, Jon TURNEY wrote:

> On 28/04/2012 15:13, Corinna Vinschen wrote:
>> On Apr 28 09:00, Ken Brown wrote:
>>> On 4/28/2012 5:44 AM, Corinna Vinschen wrote:
>>
>> Another problem I just encountered is this:
>>
>> OpenSSL cannot be built outside its source tree.  So my src_compile
>> looks like this:
>
> Use 'lndirs' instead
>

with some more details:

src_compile() {
         cd ${S}
         cygautoreconf
         lndirs
         cd ${B}
         cygconf
         cygmake
}


Marco

 « Return to Thread: cygport: KEEPDIRS not working, doenv and tcsh