Same thing as clang cleanup patch:
commit 040b3f11ba6b5555d793a9ef79ed4d9032d22370
Author: Qu Wenruo <[email protected]>
Date:   Fri Dec 19 14:13:08 2014 +0800

    btrfs-progs: Makefile: Move linker only option to LDFLAGS

But the move to autoconfig seems using old Makefile.
So do it again.

Signed-off-by: Qu Wenruo <[email protected]>
---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 3a60398..d5940c6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,9 +17,9 @@ CFLAGS = @CFLAGS@ \
         -D_XOPEN_SOURCE=700  \
         -fno-strict-aliasing \
         -fPIC \
-        -rdynamic
 
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ \
+         -rdynamic
 
 LIBS = @UUID_LIBS@ @BLKID_LIBS@ @ZLIB_LIBS@ @LZO2_LIBS@ -L. -pthread
 LIBBTRFS_LIBS = $(LIBS)
-- 
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to