0d531af6c8
o make it possible to build port when asterisk has been compiled with codec negotiation patch. Approved by: MAINTAINER
11 lines
236 B
Text
11 lines
236 B
Text
--- Makefile.orig Thu Feb 14 00:58:11 2008
|
|
+++ Makefile Fri Feb 22 19:17:58 2008
|
|
@@ -27,7 +27,7 @@
|
|
# Overwite config files on "make samples"
|
|
OVERWRITE:=y
|
|
|
|
-ASTCFLAGS+=-fPIC
|
|
+ASTCFLAGS+=-fPIC -I${PREFIX}/include
|
|
|
|
#NOISY_BUILD=yes
|
|
|