Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 01:53:50 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Artem Kim <artem_kim@inbox.ru>
Cc:        ports@FreeBSD.org, Norikatsu Shigemura <nork@FreeBSD.org>
Subject:   Re: net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored
Message-ID:  <20090125015350.a7d1f3de.nork@FreeBSD.org>
In-Reply-To: <497B27C6.8060602@bsdforen.de>
References:  <200901241356.03651.artem_kim@inbox.ru> <497B27C6.8060602@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Jan 2009 15:37:58 +0100
Dominic Fandrey <kamikaze@bsdforen.de> wrote:
> 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

	Me, too.

	Please try following:
	make -dA -VCFLAGS |& less



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090125015350.a7d1f3de.nork>