mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
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 \
|
-DBTRFS_FLAT_INCLUDES \
|
||||||
-D_XOPEN_SOURCE=700 \
|
-D_XOPEN_SOURCE=700 \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-fPIC \
|
-fPIC
|
||||||
-rdynamic
|
|
||||||
|
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@ \
|
||||||
|
-rdynamic
|
||||||
|
|
||||||
LIBS = @UUID_LIBS@ @BLKID_LIBS@ @ZLIB_LIBS@ @LZO2_LIBS@ -L. -pthread
|
LIBS = @UUID_LIBS@ @BLKID_LIBS@ @ZLIB_LIBS@ @LZO2_LIBS@ -L. -pthread
|
||||||
LIBBTRFS_LIBS = $(LIBS)
|
LIBBTRFS_LIBS = $(LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user