]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
debian: don't try to support older distributions
authorVincent Bernat <vincent@bernat.im>
Mon, 23 Nov 2015 07:42:04 +0000 (08:42 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 23 Nov 2015 07:42:04 +0000 (08:42 +0100)
They are not supported due to the dependency on libnl3. Either we fix
the dependency to be optional or we don't need that stuff in
debian/rules.

debian/rules

index 9aaa807b9c78c2ce4e7130217449ee6a88b76662..854c11fd9604c37b10e104710832a809cfc39ce5 100755 (executable)
@@ -5,10 +5,4 @@ include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-snmp --with-xml --with-json
-
-distrel := $(shell lsb_release --codename --short)
-ifneq (,$(filter $(distrel),lucid lenny etch squeeze))
-       DEB_CONFIGURE_EXTRA_FLAGS += --enable-oldies
-else
-       DEB_CONFIGURE_EXTRA_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system
-endif
+DEB_CONFIGURE_EXTRA_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system