aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd/patches/300-macos-compat.patch
Commit message (Collapse)AuthorAge
* miniupnpd: update to version 2.2.3Shaleen Jain2022-01-05
| | | | Signed-off-by: Shaleen Jain <shaleen@jain.sh>
* 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>
* miniupnpd: macosx compat and refresh patchesKevin Darbyshire-Bryant2020-07-01
Tidy up some minor patch fuzz with a refresh. Also tweak the linux makefile to make it run on macosx and linux: install only understand -m for filemode, not that the openwrt staging dir understands file modes. Also glibc>2.17 so patch out the check that otherwise barfs a number of errors from a missing 'ldd' command under macos. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>