X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3b104b2042b4651af463c70312cd861d6b3ca2b3..c73c6f7831b0cbf9662aecc668bd53d13644544b:/openwrt/package/osiris/patches/configure-cross.patch diff --git a/openwrt/package/osiris/patches/configure-cross.patch b/openwrt/package/osiris/patches/configure-cross.patch index 9ef79d0fd..025a3f841 100644 --- a/openwrt/package/osiris/patches/configure-cross.patch +++ b/openwrt/package/osiris/patches/configure-cross.patch @@ -5,7 +5,7 @@ -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes" -+DB_CONFIG_ARGS="--target=${target} --host=${host} --build=${build} --enable-shared=no --enable-static=yes" ++DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes" case "${OS_NAME}" in MINGW32*) @@ -16,7 +16,7 @@ dnl configure local copy of Berkely DB: -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes" -+DB_CONFIG_ARGS="--target=${target} --host=${host} --build=${build} --enable-shared=no --enable-static=yes" ++DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes" case "${OS_NAME}" in MINGW32*)