Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
...
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>
2021-02-20 16:02:15 -08:00
Rosen Penev
1a60062217
ibrcommon: Backport patch fixing compilation without deprecated APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 10:59:16 -08:00
Eneas U de Queiroz
c027c088f6
ibrcommon: add openssl 1.1 compatibility
...
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:00:52 -03:00
Alexandru Ardelean
87b7d9075f
ibrcommon: fix build on musl
...
Build error:
```
make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data'
CXX BLOB.lo
CXX ConfigFile.lo
CXX File.lo
File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const':
File.cpp:229:44: error: 'basename' was not declared in this scope
return std::string(basename(_path.c_str()));
^
make[6]: *** [File.lo] Error 1
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 21:46:17 +02:00