[Pkg-voip-commits] [dahdi-tools] 223/285: build: fix ppp/Makefile CFLAGS

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 131d69405436b19721b6b78ed68eea7b4bd21593
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Sun Dec 7 13:36:37 2014 -0500

    build: fix ppp/Makefile CFLAGS
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 ppp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppp/Makefile b/ppp/Makefile
index 0ff55c2..3ad91a0 100644
--- a/ppp/Makefile
+++ b/ppp/Makefile
@@ -2,7 +2,7 @@
 
 -include ../makeopts
 
-CFLAGS		+= $(COPTS) -fPIC
+CFLAGS		+= $(COPTS) -fPIC $(DAHDI_INCLUDE)
 LDFLAGS		+= -shared
 
 INCLUDE_DIR	= $(includedir)/pppd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list