Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netcat: prevent build system from adding a prefix to binaries | Thomas Petazzoni | 2010-08-24 | 1 | -0/+1 |
| | | | | | | Fixes bug #2239. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+0 |
| | | | | | | | | 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> | ||||
* | Getting rid of a bit more configure options that's been centralized. | Thomas Lundquist | 2009-01-18 | 1 | -1/+0 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -1/+0 |
| | | | | It's default now. | ||||
* | netcat: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-08-27 | 1 | -50/+9 |
| | |||||
* | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | 2008-02-12 | 1 | -0/+1 |
| | | | | Patch from Dan Nicolaescu | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+1 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - add package netcat | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -0/+58 |