mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
kea: update package to 1.8.0
Update kea to the latest stable version (1.8.0) and add kea-shell package. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
This commit is contained in:
@@ -81,8 +81,8 @@
|
||||
--- a/src/hooks/dhcp/high_availability/Makefile.am
|
||||
+++ b/src/hooks/dhcp/high_availability/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = . tests
|
||||
+SUBDIRS = .
|
||||
-SUBDIRS = . libloadtests tests
|
||||
+SUBDIRS = . libloadtests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
|
||||
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||
@@ -303,19 +303,11 @@
|
||||
@@ -1,6 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
-SUBDIRS = . io unittests tests python threads
|
||||
+SUBDIRS = . io python threads
|
||||
-SUBDIRS = . io unittests tests python
|
||||
+SUBDIRS = . io unittests python
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||
AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||
--- a/src/lib/util/threads/Makefile.am
|
||||
+++ b/src/lib/util/threads/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = . tests
|
||||
+SUBDIRS = .
|
||||
AM_CXXFLAGS = $(KEA_CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
|
||||
--- a/src/lib/yang/Makefile.am
|
||||
+++ b/src/lib/yang/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
Reference in New Issue
Block a user