btrfs-progs: Move -rdynamic linker only option to LDFLAGS
Same thing as clang cleanup patch commit 040b3f11ba
"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@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
e404d4fd70
commit
a1231346d6
|
@ -16,10 +16,10 @@ CFLAGS = @CFLAGS@ \
|
|||
-DBTRFS_FLAT_INCLUDES \
|
||||
-D_XOPEN_SOURCE=700 \
|
||||
-fno-strict-aliasing \
|
||||
-fPIC \
|
||||
-rdynamic
|
||||
-fPIC
|
||||
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LDFLAGS = @LDFLAGS@ \
|
||||
-rdynamic
|
||||
|
||||
LIBS = @UUID_LIBS@ @BLKID_LIBS@ @ZLIB_LIBS@ @LZO2_LIBS@ -L. -pthread
|
||||
LIBBTRFS_LIBS = $(LIBS)
|
||||
|
|
Loading…
Reference in New Issue