diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-17 17:02:38 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-17 17:02:38 +0000 |
commit | 590326218af28509de33b86c3cfc2b34b7a39e5d (patch) | |
tree | 202dab26a67cbfa32aedbfd96d770a76d290e95d /joe | |
parent | 49a065f8490cf240c92b75baea3bc4ebe15143f9 (diff) |
ntp & joe: Manually zero the program prefix for autoconf, to work around autoconf brokenness. program prefix should be set when host_alias != target_alias, NOT when build_alias != target_alias.
BKrev: 3f9020aee5hVZwN3-zaC-Ntj0enIXg
Diffstat (limited to 'joe')
-rw-r--r-- | joe/joe_2.9.8.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/joe/joe_2.9.8.oe b/joe/joe_2.9.8.oe index 5ba0b22ebd..6175aa3ad8 100644 --- a/joe/joe_2.9.8.oe +++ b/joe/joe_2.9.8.oe @@ -5,3 +5,5 @@ DESCRIPTION = "joe's own editor." SRC_URI = ${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz inherit autotools + +EXTRA_OECONF = --program-prefix= |