[sr-dev] git:4.2: evapi: fixed typo in the Makefile pkg-config search
Daniel-Constantin Mierla
miconda at gmail.com
Thu Oct 16 00:32:14 CEST 2014
Module: sip-router
Branch: 4.2
Commit: c8bf1d1ff7422e8e20410baffcc85c5ede58c482
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c8bf1d1ff7422e8e20410baffcc85c5ede58c482
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Wed Oct 15 11:53:56 2014 +0200
evapi: fixed typo in the Makefile pkg-config search
(cherry picked from commit 9253db2075d53548ee8e2b99f41cb1747a9ad12e)
---
modules/evapi/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/evapi/Makefile b/modules/evapi/Makefile
index 097c552..bba2eec 100644
--- a/modules/evapi/Makefile
+++ b/modules/evapi/Makefile
@@ -8,7 +8,7 @@ NAME=evapi.so
ifeq ($(CROSS_COMPILE),)
BUILDER = $(shell which pkg-config)
ifneq ($(BUILDER),)
- PKGLIBUV = $(shell $(BUILDER) --exists libuv > /dev/null 2>&1 ; echo $$? )
+ PKGLIBUV = $(shell $(BUILDER) --exists libev > /dev/null 2>&1 ; echo $$? )
ifneq ($(PKGLIBUV),0)
BUILDER =
endif
More information about the sr-dev
mailing list