Package: iodine / 0.7.0-7

Metadata

Package Version Patches format
iodine 0.7.0-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cflags.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
tests/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove from cflags what gets passed by debian build system
verbose build.patch | (download)

src/Makefile | 6 3 + 3 - 0 !
tests/Makefile | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 make build verbose
0001 osflags use pkg config for systemd support.patch | (download)

src/osflags | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] osflags: use pkg-config for systemd support

Recent versions of systemd don't ship with libsystemd-daemon.so anymore,
but instead use libsystemd.so for everything. This is obviously
problematic for using the same LDFLAGS on old systemd and new systemd.
So, they also ship compatability pkgconfig files, which use the old
names but return the new library. So, the most portable way to support
both old and new systemd is to use pkgconfig. It's not a problem either,
since systems that use systemd are bound to also have pkgconfig
installed.


kfreebsd hurd.patch | (download)

src/osflags | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix compilation error on kfreebsd and hurd