----------------------------------------------------------------------------------------------------- *.mk (path "hardcoded", at the moment I know the right path, i will use $(STAGING_DIR)/apr-1-config or whats the correct path...) ----------------------------------------------------------------------------------------------------- ############################################################# # # apr-util # ############################################################# APR_UTIL_VERSION = 1.4.1 APR_UTIL_SITE = http://archive.apache.org/dist/apr APR_UTIL_INSTALL_STAGING = YES APT_UTIL_DEPENDENCIES = apr APR_UTIL_CONF_ENV = \ --with-apr=/home/bluefire/buildroot/output/host/usr/arm-unknown-linux-gnueabi/sysroot/usr/bin/apr-1-config $(eval $(call AUTOTARGETS)) ----------------------------------------------------------------------------------------------------- *.mk (path "hardcoded", at the moment I know the right path, i will use $(TARGET_DIR)/apr-1-config or whats the correct path...) ----------------------------------------------------------------------------------------------------- ############################################################# # # apr-util # ############################################################# APR_UTIL_VERSION = 1.4.1 APR_UTIL_SITE = http://archive.apache.org/dist/apr APR_UTIL_INSTALL_STAGING = YES APT_UTIL_DEPENDENCIES = apr APR_UTIL_CONF_ENV = \ --with-apr=/home/bluefire/buildroot/output/target/usr/bin/apr-1-config $(eval $(call AUTOTARGETS)) ----------------------------------------------------------------------------------------------------- Config.in ----------------------------------------------------------------------------------------------------- config BR2_PACKAGE_APR_UTIL bool "apr-util" help The utility library for the apache runtime project http://apr.apache.org/