packaing: fix ssp-buffer-size (32->4) 84/59984/1 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base tizen_3.0.m2_base tizen_3.0_base accepted/tizen/3.0.m2/base/20170104.081831 accepted/tizen/3.0/base/20161028.102932 accepted/tizen/base/20160224.043546 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062323 submit/tizen_base/20160223.111723
authorDongkyun, Son <dongkyun.s@samsung.com>
Wed, 27 Jan 2016 07:04:46 +0000 (16:04 +0900)
committerDongkyun, Son <dongkyun.s@samsung.com>
Mon, 22 Feb 2016 05:13:53 +0000 (14:13 +0900)
Change-Id: I42e489b6063dc7a66f7c441b94a2026fa7145dfe
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/perl.spec

index b6dbb49..f879eb0 100644 (file)
@@ -98,7 +98,7 @@ cp %{SOURCE1001} .
 cp -p %{S:3} .
 
 %build
-RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e "s/--param=ssp-buffer-size=32//g" )
+RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e "s/--param=ssp-buffer-size=4//g" )
 export RPM_OPT_FLAGS
 cp -a lib savelib
 export LD_AS_NEEDED=0