Skip to content

Commit

Permalink
Merge pull request niXman#316 from Alexpux/develop
Browse files Browse the repository at this point in the history
Update make to 4.0
  • Loading branch information
niXman committed Oct 9, 2013
2 parents 81f799c + c1cc00b commit 94b73de
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/make.sh
Expand Up @@ -35,7 +35,7 @@

# **************************************************************************

PKG_VERSION=3.82
PKG_VERSION=4.0
PKG_NAME=make-${PKG_VERSION}
PKG_DIR_NAME=make-${PKG_VERSION}
PKG_TYPE=.tar.bz2
Expand All @@ -48,7 +48,8 @@ PKG_PRIORITY=extra
#

PKG_PATCHES=(
make/make-Windows-Add-move-to-sh_cmds_dos.patch
make/make-linebuf-mingw.patch
make/make-getopt.patch
)

#
Expand All @@ -57,8 +58,10 @@ PKG_CONFIGURE_FLAGS=(
--host=$HOST
--build=$TARGET
--prefix=$PREFIX
--enable-case-insensitive-file-system
--program-prefix=mingw32-
--enable-case-insensitive-file-system
--program-prefix=mingw32-
--enable-job-server
--without-guile
CFLAGS="\"$COMMON_CFLAGS\""
LDFLAGS="\"$COMMON_LDFLAGS -L$LIBS_DIR/lib\""
)
Expand Down

0 comments on commit 94b73de

Please sign in to comment.