*/lib/*.so
endef
+PKG_BUILD_DEPS += glibc gcc
+
CONFIGURE_ARCH = --build=$(TARGET) --host=$(TARGET)
ifeq "$(TARGET_MACHINE)" "x86_64"
# Installation Details
###############################################################################
-define STAGE_PREPARE
- -mkdir $(DIR_APP)/build
+define STAGE_PREPARE_CMDS
+ -mkdir -pv $(DIR_APP)/build
# Fix DT_TEXTREL in e2fsprogs libraries. --disable-shared and
# --with-pic are not options in E2fsprogs:
You'll need this package in order to compile C code.
endef
-PKG_BUILD_DEPS = binutils glibc kernel-headers
+PKG_BUILD_DEPS =
+PKG_DEPS += binutils glibc kernel-headers
CFLAGS = -D__USE_XOPEN2K8 -pipe
CXXFLAGS =
$(THISAPP)-branch-startfiles-1.patch \
$(THISAPP)-asprintf_fix.patch
-export CPP = $(TOOLS_DIR)/bin/cpp
-
###############################################################################
# Installation Details
###############################################################################