diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-06-07 21:07:26 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-06-07 21:07:26 +0200 |
commit | 475773e05f3ff85efac39120e0b6a31b7d337b1a (patch) | |
tree | e955fc9ffb0602df1be9790a73259b1b027638c5 /Makefile | |
parent | c60d14e39aa436c4f48d7b7ebbc1d31fee4f8bfd (diff) | |
download | vdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.gz vdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.bz2 |
Fixed all undefined preprocessor variables
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ ifneq ($(HAVE_LIBPCRECPP),) LIBS += $(HAVE_LIBPCRECPP) endif -CXXFLAGS += -std=c++11 -Wfatal-errors +CXXFLAGS += -std=c++11 -Wfatal-errors -Wundef ### export all vars for sub-makes, using absolute paths LIBDIRABS = $(abspath $(LIBDIR)) |