source: freewrt/package/osiris/patches/01-configure-cross.patch@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 813 bytes
  • osiris-4.1.

    old new  
    36063606esac
    36073607
    36083608
    3609 DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
     3609DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes"
    36103610
    36113611case "${OS_NAME}" in
    36123612    MINGW32*)
  • configure.ac

    old new  
    270270
    271271dnl configure local copy of Berkely DB:
    272272
    273 DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
     273DB_CONFIG_ARGS="--target=${target_alias} --host=${host_alias} --build=${build_alias} --enable-shared=no --enable-static=yes"
    274274
    275275case "${OS_NAME}" in
    276276    MINGW32*)
Note: See TracBrowser for help on using the repository browser.