aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstb/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstb/Makefile.inc b/libstb/Makefile.inc
index b609801..f8df787 100644
--- a/libstb/Makefile.inc
+++ b/libstb/Makefile.inc
@@ -25,6 +25,7 @@ libstb/create-container: libstb/create-container.c libstb/container-utils.c
$(call Q, HOSTCC ,$(HOSTCC) $(HOSTCFLAGS) \
-Wpadded -O0 -g -I$(SRC) -I$(SRC)/include -o $@ $^ -lssl -lcrypto,$<)
+libstb/print-container: HOSTCFLAGS += -Wno-error=deprecated-declarations
libstb/print-container: libstb/print-container.c libstb/container-utils.c
$(call Q, HOSTCC , $(HOSTCC) $(HOSTCFLAGS) \
-O0 -g -I$(SRC) -I$(SRC)/include -o $@ $^ -lssl -lcrypto, $<)