ports: USE_GCC == RUN_DEPENDS ??
Eduardo Morrás
emorrasg at yahoo.es
Fri Oct 16 11:21:35 UTC 2015
--------------------------------------------
El vie, 16/10/15, Harry Schmalzbauer <freebsd at omnilan.de> escribió:
Asunto: ports: USE_GCC == RUN_DEPENDS ??
Para: "FreeBSD questions" <questions at freebsd.org>
Fecha: viernes, 16 de octubre, 2015 12:19
Hello,
if I utilize "USE_GCC=yes" in my ports Makefile, 'make
package-depends-list' includes GCC.
I just wan't to have GCC on my package builder, not on the
production host.
Why does Mk add GCC to RUN_DEPENDS?
How to limit it to BUILD_DEPENDS?
Thanks for your help!
-harry
--------------------------------------
GCC is not part of base system on FreeBSD >10, it's Clang/LLVM. If you set USE_GCC=yes, you says toport system to compile the ports with GCC instead Clang/LLVM and must install GCC before use it in order to compile the port you need.
--- ---
Eduardo Morras
More information about the freebsd-questions
mailing list