commit | 8fed69b803b768ecdfccf90c14813ad2d650f6ab | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 15:21:39 2018 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Oct 16 16:53:27 2018 +0000 |
tree | 93440ae02176207152afa2e6ff77cc70f565251b | |
parent | 7253ec50a60a74e557e765adf09fc70b4006b71e [diff] [blame] |
ndn-cxx: Update to 0.6.3 Change-Id: Ib70878ec8f66e07034e2dd10e183ae7ed47b4017
diff --git a/ndn-cxx/debian/rules b/ndn-cxx/debian/rules index 19caaeb..3028d3f 100755 --- a/ndn-cxx/debian/rules +++ b/ndn-cxx/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) %: