Explorar el Código

Makefile.in: build utils without stack smashing protector

Eugene Yudin hace 6 años
padre
commit
f115e68975
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/Makefile.in

+ 1 - 1
utils/Makefile.in

@@ -9,7 +9,7 @@ subdirs += utils
 # "make utils" flags
 
 CFLAGS-utils := \
-    $(SSP_ALL_CFLAGS) \
+    $(SSP_DISABLE_FLAGS) \
     -I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
     -I$(top_srcdir)ldso/include \
     -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \