Commit Graph

30 Commits

Author SHA1 Message Date
Thomas Lundquist
c86f23b770 Getting rid of a bit more configure options that's been centralized. 2009-01-18 09:26:28 +00:00
Peter Korsgaard
e337d002fe package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard
73ec8a1d7e libdaemon: convert to Makefile.autotools.in format 2008-08-27 07:29:16 +00:00
Peter Korsgaard
5e881018ce libdaemon: bump version 2008-08-27 07:29:09 +00:00
Peter Korsgaard
02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
f0be0a88c4 Make libdaemon use the config files from Buildroot (previously replaced by libtoolize) 2008-07-04 09:48:25 +00:00
Peter Korsgaard
565e05c8a1 packages: fix pkgconfig depencies and select pkgconfig where needed 2008-06-14 21:01:16 +00:00
John Voltz
b1d3d742dc small fix for libdaemon 2008-04-24 13:16:39 +00:00
Ulf Samuelsson
c5be8b7960 Move libdaemon from lib to usr/lib, update libdaemon.la 2007-11-28 08:55:40 +00:00
Bernhard Reutner-Fischer
14a71561a3 - just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Ulf Samuelsson
9c017d76a4 Make sure libdaemon finds AC_PROG_LIBTOOL 2007-09-20 15:35:26 +00:00
Bernhard Reutner-Fischer
e4c6340a94 - cleanup and fixes (Cristian Ionescu-Idbohrn) 2007-09-17 12:30:31 +00:00
Peter Korsgaard
0ba89f0faa Bumped version 2007-09-03 09:00:18 +00:00
Peter Korsgaard
a1727bb39b Don't apply broken patch from r19595 with hardcoded path names.
Ulf, what was this supposed to fix?
2007-09-03 08:56:06 +00:00
Bernhard Reutner-Fischer
6547bced93 - global whitespace trimming 2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
fb9d19603c - fixup whitespace damage after ulf 2007-08-21 19:33:00 +00:00
Bernhard Reutner-Fischer
6c6cb06709 - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) 2007-08-21 19:20:18 +00:00
Ulf Samuelsson
3cca2a310d Use $(BZCAT) instead of bzcat 2007-08-21 14:27:57 +00:00
Ulf Samuelsson
02b8e6e087 Fix configure problem with libdaemon, by patching result from autotools 2007-08-21 01:32:37 +00:00
Ulf Samuelsson
458ce81c87 Update configure files for libdaemon 2007-07-17 12:06:01 +00:00
Ulf Samuelsson
e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Eric Andersen
85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Eric Andersen
2c05ed5bbb properly depend on pkgconfig 2007-01-22 18:15:15 +00:00
Eric Andersen
6f846df311 hackup libtool for avahi and libdaemon, as with other packages 2007-01-17 00:48:32 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
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
2007-01-14 03:52:21 +00:00
Eric Andersen
da4175490a stupid typo 2006-12-13 13:09:41 +00:00
Bernhard Reutner-Fischer
c3848942cf - andersee, please use ZCAT / BZCAT as configured by the user.
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-13 09:04:58 +00:00
Eric Andersen
21e97d3e15 Add avahi package and add libdaemon, which is needed by avahi 2006-12-12 22:26:51 +00:00