From 38e356a749191c1832c9726b0b6cb913737af700 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Aug 2011 13:26:08 +0200 Subject: different make bulkallmod fixes --- package/DirectFB/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/DirectFB') diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile index c9b404fe2..db3a9f115 100644 --- a/package/DirectFB/Makefile +++ b/package/DirectFB/Makefile @@ -38,10 +38,9 @@ CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \ # This is to overcome libtool fuckup - when building without, # libtool calls (the correct) ld directly without parameters, # which then chooses the wrong default emulation (which is -# probably the real problem here). LDEMULATION overrides ld's -# wrong choice. +# probably the real problem here). ifeq (${ADK_TARGET_SYSTEM_LEMOTE_YEELONG},y) -XAKE_FLAGS+= LDEMULATION=elf64ltsmip +XAKE_FLAGS+= LDFLAGS=$(ADK_TARGET_ABI_CFLAGS) endif post-install: -- cgit v1.2.3