pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41284: devel/scmgot-base fails to build [patch]



 >> +MAKE_ENV+=             NO_R_TO_GCC_LINKER=1
>  
>  For more portability, how about following instead?
>  
>  MAKE_ENV+=   CC_LD_DYNPATH=${COMPILER_RPATH_FLAG:Q}

For obvious reasons changing MAKE_ENV doesn't help but

   MAKE_FLAGS+= CC_LD_DYNPATH=${COMPILER_RPATH_FLAG:Q}

work perfectly. This approach is better than my proposal.

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index