| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
variant
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add dbus as dependency.
Readd dbus config files in remove-systemd.patch.
Fix conjob paths in scripts/Makefile.am.
Install data/sysconfig.snapper to /etc/conf.d/snapper.
Disable ext4 support, because it is experimental and not support with standard kernel and tools.
Fix regex (because the '?' operator isn't supported).
Fix strptime in snapper/AppUtil.cc, because musl doesn't support '%F'.
|
| |
|
|
|
|
|
|
|
|
|
| |
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>
It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
|
| |
|
|
|
|
|
|
|
|
| |
/bin/bash ../libtool --tag=CXX --mode=link armv6-alpine-linux-musleabihf-g++ -Os -fomit-frame-pointer -pipe -std=c++11 -Wall -Wextra -Wformat=2 -Wnon-virtual-dtor -Wno-unused-parameter -Wl,--as-needed -lintl -o mksubvolume mksubvolume.o ../snapper/libsnapper.la utils/libutils.la -lbtrfs
libtool: link: armv6-alpine-linux-musleabihf-g++ -Os -fomit-frame-pointer -pipe -std=c++11 -Wall -Wextra -Wformat=2 -Wnon-virtual-dtor -Wno-unused-parameter -Wl,--as-needed -o .libs/snapper snapper.o types.o commands.o cleanup.o proxy.o proxy-dbus.o proxy-lib.o misc.o errors.o ../snapper/.libs/libsnapper.so utils/.libs/libutils.a /home/buildozer/aports/testing/snapper/src/snapper-0.5.4/snapper/.libs/libsnapper.so -lboost_thread-mt -lboost_system-mt -lxml2 -lacl -lz -lmount ../dbus/.libs/libdbus.a -lintl -ldbus-1 -lbtrfs
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: ../snapper/.libs/libsnapper.so: undefined reference to symbol '_ZN5boost6system16generic_categoryEv'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libboost_system-mt.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
|
| |
|
|
|