Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/synergy: bump version to 2.0.12-beta | Bernd Kuhls | 2018-08-19 | 1 | -33/+0 |
| | | | | | | | | | | | | | | Normally we do not use beta versions but 1.x versions are incompatible with openssl-1.1.x and openssl support was dropped in synergy with version 2.0.4: https://github.com/symless/synergy-core/releases Also libcurl is not needed anymore since version 2.0.12. Added license hash, removed all patches since they fixed bugs which do not exist anymore. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
* | package/synergy: fix install when building in debug | Pieterjan Camerlynck | 2017-04-01 | 1 | -0/+33 |
Synergy places it's executables in another location when building in debug. Patch CMakeLists.txt to disable the behavior. Fixes: http://autobuild.buildroot.net/results/22d4d9a5d4363b1c9f3074f287b1383a366e0ce9 Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |