aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd/patches/200-remove-default-cflags.patch
Commit message (Collapse)AuthorAge
* 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: update to 2.1.20191006DENG Qingfang2019-10-12
| | | | | | | Removed upstreamed patch: 100-build-on-OpenWrt.patch Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* miniupnpd: Fix compilation under glibcRosen Penev2019-04-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* miniupnpd: Update to 2.1.20190408Rosen Penev2019-04-13
Refreshed patch. Added PKG_LICENSE_FILES. Added --as-needed linker flag for slightly smaller size. Removed -O2 hack to get it to compile. As part of this, removed a bunch of CFLAGS that are normally passed which potentially affect compilation with Os. Signed-off-by: Rosen Penev <rosenp@gmail.com>