diff options
Diffstat (limited to 'ntp')
-rw-r--r-- | ntp/ntp_4.1.2.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index b560833c78..aafe8d3e14 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -7,6 +7,5 @@ S = ${WORKDIR}/${P} inherit autotools EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \ - --with-openssl-incdir=${STAGING_DIR}/target/include/openssl \ - --program-prefix= + --with-openssl-incdir=${STAGING_DIR}/target/include/openssl CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |