/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2024-09-08 07:18:46 UTC
  • mto: This revision was merged to the branch mainline in revision 410.
  • Revision ID: teddy@recompile.se-20240908071846-7iicgleu75y2s4w9
Require correct version of systemd-dev or systemd

The systemd.pc file (for use by pkg-config) was moved from the systemd
package to the systemd-dev package in version 256~rc2-1.  Therefore,
require either systemd-dev or a version of systemd before that
version, in order to be guaranteed the presence of the systemd.pc
file.

* debian/control (Source: mandos/Build-Depends): Add version qualifier
  "(< 256~rc2-1)" to "systemd".

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#COVERAGE=--coverage
43
43
OPTIMIZE:=-Os -fno-strict-aliasing
44
44
LANGUAGE:=-std=gnu11
45
 
CPPFLAGS+=-D_FILE_OFFSET_BITS=64
 
45
CPPFLAGS+=-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
46
46
htmldir:=man
47
47
version:=1.8.16
48
48
SED:=sed
615
615
                $(DESTDIR)/etc/dbus-1/system.d/mandos.conf
616
616
                $(DESTDIR)/etc/default/mandos \
617
617
                $(DESTDIR)/etc/init.d/mandos \
618
 
                $(SYSTEMD)/mandos.service \
619
618
                $(DESTDIR)/run/mandos.pid \
620
619
                $(DESTDIR)/var/run/mandos.pid
 
620
        if [ "$(SYSTEMD)" != "$(DESTDIR)" -a -d "$(SYSTEMD)" ]; then \
 
621
                -rm --force -- $(SYSTEMD)/mandos.service; \
 
622
        fi
621
623
        -rmdir $(CONFDIR)
622
624
 
623
625
.PHONY: purge-client