Hi Riccardo, Am 20.06.2015 um 23:58 schrieb Riccardo Mottola <[email protected]>: > do you have perhaps a suggestion on how to add these options? > > cc -I/usr/ucbinclude x.c -L/usr/ucblib -R/usr/ucblib -lucb > I need to pre-pend includes and also a linker option
Sure, the EXTRA_* flags are always prepended: EXTRA_CPPFLAGS += -I/usr/ucbinclude EXTRA_LDFLAGS += -L/usr/ucblib -R/usr/ucblib -lucb For details see https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/gar/v2/gar.conf.mk#800 Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
