diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb index 71e0b19cbc..7ce993fe61 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb | |||
@@ -35,6 +35,7 @@ EXTRA_OECONF += "--with-net-snmp-config=no \ | |||
35 | ac_cv_header_readline_history_h=no \ | 35 | ac_cv_header_readline_history_h=no \ |
36 | --with-yielding_select=yes \ | 36 | --with-yielding_select=yes \ |
37 | --with-locfile=redhat \ | 37 | --with-locfile=redhat \ |
38 | --without-rpath \ | ||
38 | " | 39 | " |
39 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" | 40 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |
40 | 41 | ||