configure: diabled relro by default
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 12 Feb 2020 02:54:00 +0000 (11:54 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 3 May 2023 09:45:50 +0000 (18:45 +0900)
Change-Id: I74fa9ab77b0bb1a4a9a9a461235d929d985bd4e7
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/binutils-aarch64.spec
packaging/binutils-armv7hl.spec
packaging/binutils-armv7l.spec
packaging/binutils.spec

index 694820f..67d70cd 100644 (file)
@@ -114,7 +114,8 @@ cd build-dir
        --enable-plugins \
        --enable-gold \
        --enable-shared \
-       --enable-new-dtags
+       --enable-new-dtags \
+       --enable-relro=no
 
 make %{?_smp_mflags}
 
index e812368..e27cd4e 100644 (file)
@@ -114,7 +114,8 @@ cd build-dir
        --enable-plugins \
        --enable-gold \
        --enable-shared \
-       --enable-new-dtags
+       --enable-new-dtags \
+       --enable-relro=no
 
 make %{?_smp_mflags}
 
index 44198c2..00867f1 100644 (file)
@@ -114,7 +114,8 @@ cd build-dir
        --enable-plugins \
        --enable-gold \
        --enable-shared \
-       --enable-new-dtags
+       --enable-new-dtags \
+       --enable-relro=no
 
 make %{?_smp_mflags}
 
index 965a6c0..7632f3b 100644 (file)
@@ -111,7 +111,8 @@ cd build-dir
        --enable-plugins \
        --enable-gold \
        --enable-shared \
-       --enable-new-dtags
+       --enable-new-dtags \
+       --enable-relro=no
 
 make %{?_smp_mflags}