Ver código fonte

fix SSP compile

Waldemar Brodkorb 11 anos atrás
pai
commit
d7324bff6b
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      package/sox/Makefile

+ 5 - 0
package/sox/Makefile

@@ -72,6 +72,11 @@ CONFIGURE_ARGS+=	--with-oggvorbis
 else
 CONFIGURE_ARGS+=	--without-oggvorbis
 endif
+ifeq ($(ADK_TARGET_USE_SSP),y)
+CONFIGURE_ARGS+=	--enable-stack-protector
+else
+CONFIGURE_ARGS+=	--disable-stack-protector
+endif
 
 sox-install:
 	$(INSTALL_DIR) $(IDIR_SOX)/usr/lib