aboutsummaryrefslogtreecommitdiff
path: root/net/open-isns
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* open-isns: fix compilation without deprecated signal APIRosen Penev2020-08-13
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* open-isns: add open-isns libsLucian Cristian2020-04-19
needed for open-iscsi Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>