diff options
-rw-r--r-- | meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb index 7f666fb059..9430add487 100644 --- a/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb +++ b/meta-networking/recipes-support/nuttcp/nuttcp_7.2.1.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "c6e33810ccce67260f8d5d627f60e429d44f532365c58ed5673d035e2a | |||
20 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
21 | 21 | ||
22 | do_compile () { | 22 | do_compile () { |
23 | ${CC} ${CFLAGS} -o nuttcp nuttcp-${PV}.c | 23 | ${CC} ${CFLAGS} ${LDFLAGS} -o nuttcp nuttcp-${PV}.c |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install () { | 26 | do_install () { |