Changeset 8c52130 in freewrt


Ignore:
Timestamp:
Jun 15, 2007, 6:12:02 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
1647043
Parents:
27bc959
Message:

we don't need GNU gettext to build this
patch taken from the MirPorts Framework

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

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/popt/Makefile

    r27bc959 r8c52130  
    1818
    1919CONFIGURE_STYLE:=       gnu
     20CONFIGURE_ARGS+=        --disable-nls
    2021BUILD_STYLE:=           auto
    2122INSTALL_STYLE:=         auto
  • scripts/scan-pkgs.sh

    r27bc959 r8c52130  
    6565fi
    6666
    67 if [[ -n $FWRT_COMPILE_POPT ]]; then
    68         NEED_GETTEXT="$NEED_GETTEXT popt"
    69 fi
    70 
    7167if [[ -n $FWRT_PACKAGE_RUBY ]]; then
    7268        NEED_RUBY="$NEED_RUBY ruby"
Note: See TracChangeset for help on using the changeset viewer.