Aplly ASLR to excutable file 34/143434/1 accepted/tizen/unified/20170908.220405 submit/tizen/20170908.004611
authorSeokHoon Lee <andy.shlee@samsung.com>
Thu, 10 Aug 2017 02:18:05 +0000 (11:18 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Thu, 10 Aug 2017 02:18:23 +0000 (11:18 +0900)
Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ic7cdbba5dde07326ee051a6ac231eb6341494d31

packaging/libmm-streamrecorder.spec
test/Makefile.am

index 4d59fff..77a47b1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-streamrecorder
 Summary:    Media Stream Recorder library
-Version:    0.0.13
+Version:    0.0.14
 Release:    0
 Group:      Multimedia/Other
 License:    Apache-2.0
index 5cd87f7..f22d5ae 100644 (file)
@@ -2,7 +2,8 @@ bin_PROGRAMS = mm_streamrecorder_testsuite
 
 mm_streamrecorder_testsuite_SOURCES = mm_streamrecorder_testsuite.c
 
-mm_streamrecorder_testsuite_CFLAGS = -I$(srcdir)/../src/include \
+mm_streamrecorder_testsuite_CFLAGS = -fPIE \
+                            -I$(srcdir)/../src/include \
                             $(GLIB_CFLAGS)\
                             $(GST_CFLAGS)\
                             $(MM_COMMON_CFLAGS)\
@@ -22,4 +23,4 @@ mm_streamrecorder_testsuite_LDADD = $(top_builddir)/src/libmmfstreamrecorder.la
                             $(MM_SOUND_LIBS)\
                             $(MDM_LIBS)
 
-
+mm_streamrecorder_testsuite_LDFLAGS = -pie