diff options
Diffstat (limited to 'meta/recipes-connectivity/ppp')
-rw-r--r-- | meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb index 92ca0c92c6..4219d45591 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb | |||
@@ -43,7 +43,11 @@ EXTRA_OECONF = "--disable-strip" | |||
43 | # Package Makefile computes CFLAGS, referencing COPTS. | 43 | # Package Makefile computes CFLAGS, referencing COPTS. |
44 | # Typically hard-coded to '-O2 -g' in the Makefile's. | 44 | # Typically hard-coded to '-O2 -g' in the Makefile's. |
45 | # | 45 | # |
46 | EXTRA_OEMAKE += ' COPTS="${CFLAGS}"' | 46 | EXTRA_OEMAKE += ' COPTS="${CFLAGS} -I${S}/include"' |
47 | |||
48 | do_configure () { | ||
49 | oe_runconf | ||
50 | } | ||
47 | 51 | ||
48 | do_install_append () { | 52 | do_install_append () { |
49 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp | 53 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp |