autoconf
[Top][All Lists]
Advanced

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

Re: How can I set a subproject to build as a static library by default


From: Steven Stewart-Gallus
Subject: Re: How can I set a subproject to build as a static library by default
Date: Mon, 20 Jan 2014 19:54:07 +0000 (GMT)

> Pass --disable-shared to AC_CONFIG_SUBDIRS.

Gary, like Bert says there isn't a way to pass flags to
AC_CONFIG_SUBDIRS.

> use project_CFLAGS="-Wl,-no_shared" and project_LDFLAGS="-static -
> no_shared"

Victor, I don't believe that works with external subprojects such a
portability libraries that I have no control over (and do not wish to
patch).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]