Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit f7cbecd

Browse files
author
Ken Gaillot
authored
Merge pull request l-mb#9 from loganrosen/patch-1
use LDADD instead of LDFLAGS to fix build failure with ld --as-needed
2 parents 643d4d3 + c0b4491 commit f7cbecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ if SUPPORT_SHARED_DISK
1111
sbd_SOURCES += sbd-md.c
1212
endif
1313

14-
sbd_LDFLAGS = $(glib_LIBS) $(libcoroipcc_LIBS)
14+
sbd_LDADD = $(glib_LIBS) $(libcoroipcc_LIBS)
1515

0 commit comments

Comments
 (0)