mirror of https://github.com/xzeldon/htop.git
Fix use of '-rdynamic'
The option should be informed to the linker.
This commit is contained in:
parent
402e46bb82
commit
1b4ed916b1
|
@ -53,7 +53,7 @@ linux_platform_headers = \
|
|||
all_platform_headers += $(linux_platform_headers)
|
||||
|
||||
if HTOP_LINUX
|
||||
AM_CFLAGS += -rdynamic
|
||||
AM_LDFLAGS += -rdynamic
|
||||
myhtopplatsources = linux/Platform.c linux/IOPriorityPanel.c linux/IOPriority.c \
|
||||
linux/LinuxProcess.c linux/LinuxProcessList.c linux/LinuxCRT.c linux/Battery.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue