[Debian-iot-packaging] [openzwave-controlpanel] 70/81: add libresolv to the Linker for the Dev branch of OZW
Dara Adib
daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit 74a2e581d04b6dc7ac456a6d4c511cb445bfdf37
Author: Justin Hammond <justin at dynam.ac>
Date: Wed Jun 29 11:06:51 2016 +0800
add libresolv to the Linker for the Dev branch of OZW
---
Makefile | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Makefile b/Makefile
index 6702dbd..a2ac64d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ LD := $(CROSS_COMPILE)g++
AR := $(CROSS_COMPILE)ar rc
RANLIB := $(CROSS_COMPILE)ranlib
-DEBUG_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-inline -Werror -Wno-format -g -DDEBUG -ggdb -O0
+DEBUG_CFLAGS := -Wall -Wno-unknown-pragmas -Wno-inline -Wno-format -g -DDEBUG -ggdb -O0
RELEASE_CFLAGS := -Wall -Wno-unknown-pragmas -Werror -Wno-format -O3 -DNDEBUG
DEBUG_LDFLAGS := -g
@@ -21,28 +21,28 @@ DEBUG_LDFLAGS := -g
CFLAGS := -c $(DEBUG_CFLAGS)
LDFLAGS := $(DEBUG_LDFLAGS)
-OPENZWAVE := ../
-LIBMICROHTTPD := -lmicrohttpd
+OPENZWAVE := ../open-zwave/
+LIBMICROHTTPD := -L/usr/local/lib/ -lmicrohttpd
INCLUDES := -I $(OPENZWAVE)/cpp/src -I $(OPENZWAVE)/cpp/src/command_classes/ \
-I $(OPENZWAVE)/cpp/src/value_classes/ -I $(OPENZWAVE)/cpp/src/platform/ \
-I $(OPENZWAVE)/cpp/src/platform/unix -I $(OPENZWAVE)/cpp/tinyxml/ \
- -I ../libmicrohttpd/src/include
+ -I /usr/local/include/
# Remove comment below for gnutls support
-GNUTLS := -lgnutls
+#GNUTLS := -lgnutls
# for Linux uncomment out next three lines
LIBZWAVE := $(wildcard $(OPENZWAVE)/*.a)
-LIBUSB := -ludev
-LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB)
+#LIBUSB := -ludev
+#LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) -lresolv
# for Mac OS X comment out above 2 lines and uncomment next 5 lines
#ARCH := -arch i386 -arch x86_64
#CFLAGS += $(ARCH)
#LIBZWAVE := $(wildcard $(OPENZWAVE)/cpp/lib/mac/*.a)
-#LIBUSB := -framework IOKit -framework CoreFoundation
-#LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) $(ARCH)
+LIBUSB := -framework IOKit -framework CoreFoundation
+LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) $(ARCH) -lresolv
%.o : %.cpp
$(CXX) $(CFLAGS) $(INCLUDES) -o $@ $<
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list