summaryrefslogtreecommitdiffstats
path: root/package/softether
Commit message (Collapse)AuthorAgeFilesLines
* package/softether: add hashBernd Kuhls2016-06-061-0/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/softether: bump versionBernd Kuhls2016-06-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/softether: bump versionBernd Kuhls2015-08-101-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/softether: bump versionBernd Kuhls2015-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* softether: add patch to fix build on uClibc toolchain without ifaddr supportThomas Petazzoni2015-04-031-0/+27
| | | | | | | | | | | | This commit adds a patch to softether to make sure it doesn't use the ifaddrs functions when they are not provided by the C library, which can be the case with certain external uClibc toolchains. Fixes: http://autobuild.buildroot.net/results/199/19992951da34a703a476dc62ea92e12927c8a02d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-3/+2
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/softether: bump versionBernd Kuhls2015-03-151-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/softether: fix compilation error due to librt linkingBernd Kuhls2015-03-152-6/+33
| | | | | | | | | | | /home/buildroot/instance-0/output/build/host-softether-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/Mayaqua/Unix.c:2066: undefined reference to `clock_gettime' [Thomas: remove commit 766366411386f5bba773042ada58e6379a3d0adf, which was a different fix for the same problem.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* softether: fix static linking with opensslPeter Korsgaard2015-03-101-0/+5
| | | | | | Openssl uses zlib, so ensure we also link against it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* softether: fix clock_gettime() linking issue with older glibcsPeter Korsgaard2015-03-101-1/+7
| | | | | | | | | | | | | | clock_gettime() is (used to be) provided by librt, so link with it. Fixes: http://autobuild.buildroot.net/results/5c1/5c1a1db7c97b5b1cc345daf316d2debde8f0f0b5/ http://autobuild.buildroot.net/results/6a9/6a983bc4ef24358c89474755dcf843a9f01dc1d4/ http://autobuild.buildroot.net/results/f18/f1853ce0f5aafa7ef4b9e3d8ccda50be7ec2c6a7/ http://autobuild.buildroot.net/results/9f8/9f88ab08d07e423fc2f01e6a1bb5e5ae945f02bd/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/softether: New packageBernd Kuhls2015-03-087-0/+754
Package description was copied from https://launchpad.net/~dajhorn/+archive/ubuntu/softether/ [Thomas: - reorganize patches by pulling the two biggest patches from Github, and only having the remaining patches in Buildroot. - use a full destination path when installing hamcorebuilder in $(HOST_DIR)/usr/bin. - minor reformatting.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud