commit | 751969de0632d547432f23f919038dde56e2de38 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 16:51:29 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 16:54:02 2018 +0000 |
tree | 30004fd71bef2971253eea87162871622aea62af | |
parent | 8fed69b803b768ecdfccf90c14813ad2d650f6ab [diff] [blame] |
nfd: Update to 0.6.3 Change-Id: Ie3890f6d66995b0394d5cd73c4efe477db657b9d
diff --git a/nfd/debian/rules b/nfd/debian/rules index 50495b4..66595bb 100755 --- a/nfd/debian/rules +++ b/nfd/debian/rules
@@ -11,7 +11,7 @@ LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -CXXFLAGS += -std=c++11 +CXXFLAGS += -std=c++14 LIBDIR := /usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: