< prev index next >

modules/javafx.media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile

Print this page

        

@@ -16,10 +16,11 @@
 
 CFLAGS = -fPIC                   \
          -Wformat                \
          -Wextra                 \
          -Wformat-security       \
+         -fstack-protector       \
          -Werror=implicit-function-declaration \
          -msse2                  \
          -fbuiltin               \
          -DHAVE_STDINT_H         \
          -DLINUX                 \

@@ -45,10 +46,11 @@
 
 PACKAGES_INCLUDES := $(shell pkg-config --cflags glib-2.0)
 PACKAGES_LIBS := $(shell pkg-config --libs glib-2.0 gobject-2.0)
 
 LDFLAGS = -L$(BUILD_DIR) -lgstreamer-lite $(PACKAGES_LIBS) \
+          -z relro \
           -static-libgcc -static-libstdc++ -Wl,--gc-sections
 
 ifeq ($(ARCH), x32)
     CFLAGS += -m32
     LDFLAGS += -m32
< prev index next >