Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-12 | samba: add a comment about why make proto is done before make | Hans-Christian Egtvedt | |
This patch adds a comment why make proto is needed before make. | |||
2008-12-12 | samba: make proto first to allow parallel build afterwards | Hans-Christian Egtvedt | |
This patch fixes parallel build of Samba. The trick is to make proto before executing a full make. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-12 | samba: bump version to 3.2.5 | Hans-Christian Egtvedt | |
This patch bumps Samba version to 3.2.5. In the process Samba now depends on libiconv. This dependency is needed because Samba wants to use various formats when talking to the different parts of the system. Two new patches are introduced, one to double check if BSD functions are available, and one to skip checking for glibc version. The use unsigned enum patch could be removed since this can be supplied with a autoconf variable. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-05 | samba: predefine a autoconf result for enums with negative values | Hans-Christian Egtvedt | |
The configure script tries to find out if enums can be negative, this is not supported when cross compiling, since it tries to run the binary. This commit sets the test to yes, i.e. negative enums are possible. | |||
2008-12-02 | samba: bump version to 3.0.33 | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-06 | samba.mk: | Wade Berrier | |
-force some performance enhancing autoconf options -run 'installscripts' so findsmb and smbtar are installed -samba binaires were segfaulting with uclibc 0.9.29 when not using: samba_cv_fpie=no. Force it. Config.in: -create configure options for findsmb and smbtar S91smb: -create dir (/var/lock/subsys) that is referenced later in script | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-03 | install SAMBA SWAT correctly, add hint for autoconf, courtesy HC Egtvedt | Ulf Samuelsson | |
2008-06-24 | samba: use generic samba.org location over http | Peter Korsgaard | |
Based on patch by Thiago A. Correa. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-03-11 | updated samba version | John Voltz | |
2008-03-06 | update samba version | John Voltz | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-23 | Bump SAMBA version to 3.0.26a, 3.0.25b has moved | Ulf Samuelsson | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-07-28 | Use only single job to build Samba | Ulf Samuelsson | |
2007-07-23 | Update SAMBA configuration + cleanup | Ulf Samuelsson | |
2007-07-17 | Bump Samba to latest version and update patches. | "Steven J. Hill" | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-09 | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | |
Fixes build breakage as seen by Ulf et al. | |||
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-16 | Fix install of scripts. | "Steven J. Hill" | |
2007-05-09 | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | |
start-up order. | |||
2007-04-03 | 3.0.23d now under old-versions. Thanks to Michael Benedict | Peter Korsgaard | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-21 | Patch to remove usage of legacy 'index' function. | "Steven J. Hill" | |
2007-01-14 | - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the | Bernhard Reutner-Fischer | |
TARGET_CONFIGURE_OPTS | |||
2007-01-14 | - add missing foo-source target for "make source" for downloading | Bernhard Reutner-Fischer | |
package sources used by later offline build. | |||
2007-01-14 | Add Samba to buildroot. | "Steven J. Hill" | |