From d87a77b89b88c1fd21205ef79615470b4b7e3421 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 6 Feb 2006 20:18:17 +0000 Subject: rename properties for forward-porting fixes so they don't conflict with developer branches git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9163 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/misdn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/misdn/Makefile') diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile index 1429f9792..542c94ef1 100644 --- a/channels/misdn/Makefile +++ b/channels/misdn/Makefile @@ -6,7 +6,7 @@ # Verify those options with main Makefile CFLAGS = -pipe -c -Wall -ifeq ($(PROC),x86_64) +ifeq ($(shell uname -m),x86_64) CFLAGS += -fPIC endif SOURCES = isdn_lib.c isdn_msg_parser.c -- cgit v1.2.3