| Commit message (Collapse) | Author | Age |
|\
| |
| | |
boost: Remove several host libraries
|
| |
| |
| |
| |
| |
| |
| | |
thread is only used when the C++ mutex header is missing. AFAIK, this is
the case on Windows and not on Linux. Certainly not in OpenWrt.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
The facebook people have been working on removing Boost dependencies from
their projects. This is the current state.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
Changed poco version to "all", and from minimal build to typical.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
|
|\ \ \
| | | |
| | | | |
libstrophe: Update to 0.9.3
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Release 0.9.3:
-PLAIN mechanism is used only when no other mechanisms are supported
-Legacy authentication is disabled by default, can be enabled with connection flag
XMPP_CONN_FLAG_LEGACY_AUTH
-Session is not established if it is optional
-Fixed a bug causing a reused connection not to cleanup properly
-Improved debug logging in OpenSSL module
-Few memory leaks fixed
Also fix some build flag
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In other news:
- adds ABI_VERSION
- prefers INSTALL_DATA over CP
- removes gratuitous trailing slashes
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also added the capability to use uclibcxx instead of libstdcpp.
Several size optimizations.
Fixed up Makefile to be up to standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
glib2 no longer depends on its host build. Added here.
Fixed license information.
Added PKG_BUILD_PARALLEL:=1 for faster compilation.
Removed gstreamer1-libs dependency as gst1-plugins-base includes it.
Other cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
hwloc: update to 2.1.0
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \
| | | | |
| | | | | |
vips: update to 8.8.3
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.
Specifically, the line is removed if the assigned value is:
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
if it is set, so now this is identical to the default value.
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
the same as the previous case
* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
This is the same as the default PKG_BUILD_DIR when there is no
BUILD_VARIANT.
* $(BUILD_DIR)/[name]-$(PKG_VERSION)
where [name] is a string that is identical to PKG_NAME
[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
nss: update to 3.46.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and clean some comments
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
expat: Update to version 2.2.9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes CVE-2019-15903
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
dcwifi: Update component versions
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
update package versions and hashes
remove bzero patches
remove uclibc++ patch
refactor directory structure
relocate mrmctl in menuconfig
update macremapper patch
Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit db424ede2f079f2bf73634d30ec3c59a8a782118.
It is causing recursive dependencies.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libid3tag: add pkg-config file
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Required for meson to find this library in a sane way.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
icu: update to 65.1
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added patch that adds libfolly boost dependencies.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added patch to remove boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added patch to remove boost-thread dependency.
Added size optimizations.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added patch to remove boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add patch removing boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Added patch to remove boost-thread.
Removed uClibc-ng patch. libfolly no longer builds there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
modemmanager: add ModemManager to packages
This also includes related libraries libmbim and libqmi and the command line tools.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
|\ \ \
| | | |
| | | | |
avahi: Fix pkgconfig files to be cross compile friendly
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
libdir should not point to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Compilation fix with uClibc-ng. No change in package.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
Fixes compilation for a few packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libudev: Clean up Makefile
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Switch to standard PKG_SOURCE_VERSION/DATE instead of defining PKG_VERSION
Removed PKG_SOURCE. It's implicit.
Replaced IntallDev section with CMAKE_INSTALL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|