diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-26 14:30:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-26 14:30:05 +0200 |
commit | 8f04675f0ad6158cfb8fe340c200dd276f8d721d (patch) | |
tree | 4b4a9e225524d9cc928299e306724e78998d1779 /package/flex | |
parent | 890694a0e119b5bdc351ab330eef617ac71652b0 (diff) |
cygwin: fix two issues, // seems broken on cygwin
Diffstat (limited to 'package/flex')
-rw-r--r-- | package/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/flex/Makefile b/package/flex/Makefile index 81ad60060..55f581439 100644 --- a/package/flex/Makefile +++ b/package/flex/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= 2c7a412c1640e094cb058d9b2fe39d450186e09574bebb7aa28f783e3799103f PKG_DESCR:= fast lexical analyzer PKG_SECTION:= dev/tools PKG_BUILDDEP:= m4-host -HOST_BUILDDEP:= m4-host autoconf-host libtool-host +HOST_BUILDDEP:= m4-host autoconf-host libtool-host patch-host PKG_URL:= https://github.com/westes/flex PKG_SITES:= https://github.com/westes/flex/releases/download/v2.6.1/ PKG_OPTS:= dev |