summaryrefslogtreecommitdiffstats
path: root/package/samba
Commit message (Collapse)AuthorAgeFilesLines
...
* samba: fix build with ipv6 support is disabledPeter Korsgaard2009-04-261-0/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* samba: use proper BR variable to disable largefile while configuringHans-Christian Egtvedt2009-01-131-5/+1
|
* samba: bump version to 3.2.7 and refresh patches against this versionHans-Christian Egtvedt2009-01-137-53/+61
| | | | | | This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches.
* samba: properly disable largefile if not selected in BuildrootHans-Christian Egtvedt2009-01-131-1/+5
|
* samba: add a comment about why make proto is done before makeHans-Christian Egtvedt2008-12-121-0/+1
| | | | | This patch adds a comment why make proto is needed before make.
* samba: make proto first to allow parallel build afterwardsHans-Christian Egtvedt2008-12-121-1/+2
| | | | | | | | 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>
* samba: bump version to 3.2.5Hans-Christian Egtvedt2008-12-126-17/+147
| | | | | | | | | | | | | | 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>
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* samba: predefine a autoconf result for enums with negative valuesHans-Christian Egtvedt2008-12-051-0/+1
| | | | | | | 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.
* samba: bump version to 3.0.33Hans-Christian Egtvedt2008-12-021-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* samba.mk:Wade Berrier2008-10-063-1/+30
| | | | | | | | | | | | | | -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
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* install SAMBA SWAT correctly, add hint for autoconf, courtesy HC EgtvedtUlf Samuelsson2008-07-031-0/+6
|
* samba: use generic samba.org location over httpPeter Korsgaard2008-06-241-1/+1
| | | | Based on patch by Thiago A. Correa.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* updated samba versionJohn Voltz2008-03-111-1/+1
|
* update samba versionJohn Voltz2008-03-061-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Bump SAMBA version to 3.0.26a, 3.0.25b has movedUlf Samuelsson2007-09-231-3/+5
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-25/+25
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-4/+4
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-2/+2
|
* Use only single job to build SambaUlf Samuelsson2007-07-281-1/+1
|
* Update SAMBA configuration + cleanupUlf Samuelsson2007-07-231-2/+3
|
* Bump Samba to latest version and update patches."Steven J. Hill"2007-07-174-13/+61
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-2/+2
| | | | Fixes build breakage as seen by Ulf et al.
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Fix install of scripts."Steven J. Hill"2007-06-161-1/+1
|
* Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"2007-05-092-1/+1
| | | | start-up order.
* 3.0.23d now under old-versions. Thanks to Michael BenedictPeter Korsgaard2007-04-031-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* Patch to remove usage of legacy 'index' function."Steven J. Hill"2007-01-211-0/+22
|
* - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in theBernhard Reutner-Fischer2007-01-141-1/+1
| | | | TARGET_CONFIGURE_OPTS
* - add missing foo-source target for "make source" for downloading Bernhard Reutner-Fischer2007-01-141-0/+2
| | | | package sources used by later offline build.
* Add Samba to buildroot."Steven J. Hill"2007-01-145-0/+446