diff options
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb index 4e5def297c..d990388abb 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | |||
@@ -25,6 +25,9 @@ inherit autotools-brokensep update-rc.d systemd | |||
25 | 25 | ||
26 | CACHED_CONFIGUREVARS += "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', 'rpppoe_cv_pack_bitfields=normal', 'rpppoe_cv_pack_bitfields=rev', d)}" | 26 | CACHED_CONFIGUREVARS += "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', 'rpppoe_cv_pack_bitfields=normal', 'rpppoe_cv_pack_bitfields=rev', d)}" |
27 | 27 | ||
28 | # Needed for strlcpy() | ||
29 | CFLAGS += "-D_GNU_SOURCE" | ||
30 | |||
28 | do_install:append() { | 31 | do_install:append() { |
29 | install -d ${D}${systemd_unitdir}/system | 32 | install -d ${D}${systemd_unitdir}/system |
30 | install -m 0644 ${WORKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system | 33 | install -m 0644 ${WORKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system |