| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|
|
|
|
|
|
|
|
|
|
| |
linkage.c can be included by other programs as described in
docs/internal.txt (quote: "By using linkage.c instead of explicit
mail_link() calls, you are guaranteed that you will have a consistant
linkage among all software built on this system").
This commit adds linkage.c to staging.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|
|
|
| |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\
| |
| | |
boost: fix boost-regex compiling failure on targets of uClibc
|
| |
| |
| |
| | |
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Update to the latest upstream version, fixing CVE-2020-15999 among
other things.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
|
|/
|
|
| |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\
| |
| | |
boost: improve package compilation
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Add -lstdc++ to LDFLAGS.
2. Add "-Wl,--gc-sections,--as-needed" to LDFLAGS and "-ffunction-sections -fdata-sections -flto" to CFLAGS which will reduce the size by 10% ~ 13%.
3. Only a virtual package will be created if only static libs are built, which will avoid compiliation failures.
4. Other improvements
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Added GitHub patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \
| | |
| | | |
qrencode: update to 4.1.1
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libmariadb: update to 3.8.10
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove upstreamed patch.
Fixed license info.
Several whitespace changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
glib2: update to 2.66.1
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
libidn: update to 1.36
|
| |/
| |
| |
| |
| |
| | |
Refreshed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\
| |
| | |
treewide: add missing BUILDONLY
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes Makefile warnings:
WARNING: skipping X -- package has no install section
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
Update libqmi to 1.26.6 and make QMI-over-MBIM support optional
|
| |
| |
| |
| |
| |
| |
| |
| | |
There is no need to force every user of libqmi to require libmbim and
build with QMI-over-MBIM support, if they know they're not going to
use it. Just make it optional and enabled by default.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
|
| |
| |
| |
| |
| |
| | |
https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003416.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
|
| |
| |
| |
| |
| |
| | |
https://lists.freedesktop.org/archives/libqmi-devel/2020-August/003377.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
|
|/
|
|
| |
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Faster compilation.
Removed autotools patches.
Backported meson patch to fix compilation and pkgconfig file.
Before:
time make package/spice/compile -j 12
Executed in 62.85 secs fish external
usr time 56.45 secs 276.00 micros 56.45 secs
sys time 8.06 secs 46.00 micros 8.06 secs
Before + PKG_BUILD_PARALLEL:
Executed in 45.40 secs fish external
usr time 63.08 secs 253.00 micros 63.08 secs
sys time 8.57 secs 44.00 micros 8.57 secs
After:
time make package/spice/compile -j 12
Executed in 16.54 secs fish external
usr time 41.29 secs 266.00 micros 41.29 secs
sys time 4.76 secs 45.00 micros 4.76 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Small fix to nanosleep patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Note:
measurement-kit is no longer needed for ooniprobe build
and was depredecated
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|
|
|
| |
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|
|
|
|
|
| |
There's a better and faster way to do this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
quasselc: remove pointless iconv ldflag
|
| |
| |
| |
| |
| |
| | |
-liconv is included with the glib2 pkgconfig flags.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
jsoncpp: update to version 1.9.4
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|