summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp_2.4.7.bb')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.7.bb6
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#
46EXTRA_OEMAKE += ' COPTS="${CFLAGS}"' 46EXTRA_OEMAKE += ' COPTS="${CFLAGS} -I${S}/include"'
47
48do_configure () {
49 oe_runconf
50}
47 51
48do_install_append () { 52do_install_append () {
49 make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp 53 make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp