summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-pool_1.4.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-04-16 14:04:02 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commite3ac9836ab585c0b4134c7c0857cc275c403ad32 (patch)
tree9ed488b8d1a2ecba85a9d4400f5519e5890eb39e /recipes-core/jakarta-commons/commons-pool_1.4.bb
parent278c9b5530a22bb3646cbe5883b9ae857da70dff (diff)
downloadmeta-java-e3ac9836ab585c0b4134c7c0857cc275c403ad32.tar.gz
icedtea7-native compile failure undefined reference to `main'
On hosts without /usr/include/X11/extensions, icedtea7-native compile results in a build failure while trying to create an object file: +/data/home/.../git/csu/../sysdeps/x86_64/start.S:118: undefined reference to `main' [2015-03-31 15:22:53.115930161+00:00] | collect2: error: ld returned 1 exit status The compile line shows: (-c gets eaten) ... -I -c -o The makefile tries to do the following which results in a faulty build line if /usr/include/X11/extensions doesn't exist: CPPFLAGS += -I$(firstword $(wildcard $(OPENWIN_HOME)/include/X11/extensions) \ $(wildcard /usr/include/X11/extensions)) This looks like a missed line from the following patch which removes the need for X11/extensions: icedtea-ecj-disable-compilation.patch Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/jakarta-commons/commons-pool_1.4.bb')
0 files changed, 0 insertions, 0 deletions