diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-17 17:01:48 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-17 17:01:48 +0000 |
commit | 49a065f8490cf240c92b75baea3bc4ebe15143f9 (patch) | |
tree | 7e1b7add897f24bfe59b48013c1c48e7659fde25 /ntp/ntp_4.1.2.oe | |
parent | eced0a1e90382294cbcef2083df4cfcc45f1bf0c (diff) |
Cset exclude: kergoth@direwolf.ppp.ti.com|ChangeSet|20031017170018|17756
BKrev: 3f90207cl_HONe0XiTHW5jufMbAobg
Diffstat (limited to 'ntp/ntp_4.1.2.oe')
-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" |