components/cmake/Makefile
changeset 7914 f4f86a568115
parent 7896 0f03c7e0b475
equal deleted inserted replaced
7913:bb445390447b 7914:f4f86a568115
    69 
    69 
    70 # map.noexbss has the side effect of making the heap non executable.
    70 # map.noexbss has the side effect of making the heap non executable.
    71 # Reflect the setting above explicitly disabling NXHEAP.
    71 # Reflect the setting above explicitly disabling NXHEAP.
    72 NXHEAP_MODE = $(NXHEAP_DISABLE)
    72 NXHEAP_MODE = $(NXHEAP_DISABLE)
    73 
    73 
       
    74 LDFLAGS +=		$(LIBSOCKET) $(LIBNSL)
    74 
    75 
    75 # We need these in the environment, although they are already passed
    76 # We need these in the environment, although they are already passed
    76 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
    77 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
    77 CONFIGURE_ENV +=	MAKE="$(GMAKE)"
    78 CONFIGURE_ENV +=	MAKE="$(GMAKE)"
    78 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    79 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"