Skip to content

Commit

Permalink
rasdaemon: Link with libargp on musl
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Beniamin Sandu <beniaminsandu@gmail.com>
  • Loading branch information
kraj committed May 8, 2020
1 parent 78ad0e2 commit ccc0669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/rasdaemon/rasdaemon_0.6.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ PACKAGECONFIG[hisi-ns-decode] = "--enable-hisi-ns-decode,--disable-hisi-ns-decod
PACKAGECONFIG[non-standard] = "--enable-non-standard,--disable-non-standard"
PACKAGECONFIG[abrt-report] = "--enable-abrt-report,--disable-abrt-report"

DEPENDS_append_libc-musl = " argp-standalone"
LDFLAGS_append_libc-musl = " -largp"

do_configure_prepend () {
( cd ${S}; autoreconf -vfi )
}
Expand Down

0 comments on commit ccc0669

Please sign in to comment.