summaryrefslogtreecommitdiff
path: root/package/flex
AgeCommit message (Collapse)AuthorFilesLines
2010-07-26flex: fix configure cache issue with BR2_NEEDS_GETTEXTPeter Korsgaard1-0/+3
Flex doesn't NEED gettext/libintl, but it's configure script checks for it, so make sure those a built before flex, otherwise flex will populate tgt-config.cache with invalid values, breaking the build of other packages needing it (like libglib2). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-19flex: bump patch versionJulien Boibessot1-1/+1
Version 9 is no more available on Debian FTP. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-23flex: install in the staging directoryThomas Petazzoni1-0/+1
Flex contains a libfl.a directory, which programs for the target might link against. Therefore, we need to install flex to the staging directory. An example of such a program is gob2, which needs the yywrap() function, which is implemented by libfl. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-01-27flex: add flex-host package (required by webkit)Lionel Landwerlin1-0/+1
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-27flex: convert to autotools infrastructureLionel Landwerlin1-106/+19
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-27flex: bump to 2.5.35Lionel Landwerlin1-2/+2
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-27flex: fix prog-ar patchLionel Landwerlin1-12/+1
Could not apply when missing top level Makefile, which is also regenerated by the configure script. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard1-1/+1
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton1-1/+1
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard1-2/+2
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard1-3/+3
2008-08-04buildroot: remove trailing spacesPeter Korsgaard1-1/+1
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard1-1/+0
'default n' is the default, so there's no need to say it explicitly.
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist1-1/+1
2007-11-29Use /usr/lib instead of /lib for flexUlf Samuelsson2-3/+3
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer1-6/+12
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer1-1/+1
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer1-1/+1
toolchain/*/*.mk */Makefile.in -l)
2007-07-09- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer1-1/+1
Fixes build breakage as seen by Ulf et al.
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer1-2/+1
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-13fixup package LDFLAGS handlingEric Andersen1-0/+1
2007-03-07- some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer1-0/+1
2007-02-03new patch versionEric Andersen1-1/+1
2007-01-19- bump versionBernhard Reutner-Fischer2-8/+38
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen1-0/+1
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer1-1/+1
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-01-23add option to install libfl.a per case 0000438David Anders2-0/+14
2005-11-24remove extra space after touchMike Frysinger1-1/+1
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen1-1/+1
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen2-3/+8
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-24merge help descriptions written by Tom CameronMike Frysinger1-4/+4
2004-12-11Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen1-1/+1
have broken 'make -j' support
2004-10-21fix uninstall target so it doesnt delete the *hosts* flex :xMike Frysinger1-3/+18
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen1-1/+1
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger1-1/+1
2004-10-09final step in buildroot faceliftEric Andersen2-0/+11
2004-10-09facelift step number twoEric Andersen1-1/+1
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen1-0/+81
directory.