diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
commit | e04b8a54daf60459347e59110f8db055e061d3e0 (patch) | |
tree | 43c07fc6a68128d01e489ff92df118a9633622bd /content/ntp-4.1.2.oe | |
parent | bc09c642e95e480c00d1887079c88ade6d02ac31 (diff) |
Moved the emptying of EXTRA_OEMAKE into autotools.oeclass where it belongs.
BKrev: 3f70cd40KX6mTFwxQVi3H0OLTY_bRA
Diffstat (limited to 'content/ntp-4.1.2.oe')
-rw-r--r-- | content/ntp-4.1.2.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/ntp-4.1.2.oe b/content/ntp-4.1.2.oe index d66287d7a2..928b1209fa 100644 --- a/content/ntp-4.1.2.oe +++ b/content/ntp-4.1.2.oe @@ -5,7 +5,6 @@ S = ${WORKDIR}/${P} inherit autotools -EXTRA_OEMAKE = EXTRA_OECONF = --with-openssl-libdir=${STAGING_LIBDIR} \ --with-openssl-incdir=${STAGING_DIR}/target/include/openssl CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |