Skip to content

Commit

Permalink
[quagga]: collect quagga-dbg debian package (sonic-net#2575)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan authored and tiantianlv committed Apr 10, 2019
1 parent 96657c6 commit be2bb4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rules/quagga.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# quagga package

QUAGGA = quagga_0.99.24.1-2.1_amd64.deb
QUAGGA_VERSION_FULL = 0.99.24.1-2.1

QUAGGA = quagga_$(QUAGGA_VERSION_FULL)_amd64.deb
$(QUAGGA)_DEPENDS += $(LIBSNMP_DEV)
$(QUAGGA)_SRC_PATH = $(SRC_PATH)/sonic-quagga
SONIC_DPKG_DEBS += $(QUAGGA)

QUAGGA_DBG = quagga-dbg_$(QUAGGA_VERSION_FULL)_amd64.deb
$(eval $(call add_derived_package,$(QUAGGA),$(QUAGGA_DBG)))

0 comments on commit be2bb4d

Please sign in to comment.