Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2009 15:37:58 +0100
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        Artem Kim <artem_kim@inbox.ru>
Cc:        ports@freebsd.org
Subject:   Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored
Message-ID:  <497B27C6.8060602@bsdforen.de>
In-Reply-To: <200901241356.03651.artem_kim@inbox.ru>
References:  <200901241356.03651.artem_kim@inbox.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Artem Kim wrote:
> There is an expression in Makefile:
> 
> .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
> CFLAGS+=        -fPIC
> .else
> CFLAGS+=        -fpic
> .endif
> 
> However, the value "-fPIC" is not added to the variable CFLAGS.
> 
> In what may be the problem?
> 

I cannot reproduce this.

# cd /usr/ports/net/liveMedia/
# make -VCFLAGS
-O2 -fno-strict-aliasing -pipe -march=nocona -fPIC
# uname -p
amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?497B27C6.8060602>