Changeset 8ebe940 in freewrt for docs


Ignore:
Timestamp:
Sep 24, 2006, 7:23:00 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ee2a32c
Parents:
6917e1a
Message:
  • configure scripts are not always executable, prefix them with ${BASH}
  • WRKBUILD is not always WRKSRC (e.g. for Berkeley DB, gcc)

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

Location:
docs/pkg-templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/pkg-templates/library-pkg/Makefile

    r6917e1a r8ebe940  
    2424            CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
    2525            LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
    26             ./configure \
     26            ${BASH} ${WRKSRC}/configure \
    2727                --target=$(GNU_TARGET_NAME) \
    2828                --host=$(GNU_TARGET_NAME) \
  • docs/pkg-templates/single-pkg/Makefile

    r6917e1a r8ebe940  
    2525            CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
    2626            LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
    27             ./configure \
     27            ${BASH} ${WRKSRC}/configure \
    2828                --target=$(GNU_TARGET_NAME) \
    2929                --host=$(GNU_TARGET_NAME) \
Note: See TracChangeset for help on using the changeset viewer.