[PATCH] btrfs-progs: Move -rdynamic linker only option to LDFLAGS.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Same thing as clang cleanup patch:
commit 040b3f11ba6b5555d793a9ef79ed4d9032d22370
Author: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx>
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 <quwenruo@xxxxxxxxxxxxxx>
---
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux