tech-pkg archive

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

USE_BSD_MAKEFILE, BSD_MAKE_ENV, LDADD, LIBS and USE_FEATURES



I'm packaging software that sets USE_BSD_MAKEFILE=yes
and use USE_FEATURES framework.

I've found that LDADD=${LIBS:Q} is not a part of BSD_MAKE_ENV
and therefore is not passed to BSD make building the application
(LIBS is set by libnbcompat).

Should it be there or I should add

    MAKE_ENV+=   LDADD=${LIBS:Q}

manually in package's Makefile?

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index