Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2009 13:56:03 +0300
From:      Artem Kim <artem_kim@inbox.ru>
To:        ports@freebsd.org
Subject:   net/liveMedia: AMD64 "CFLAGS+=-fPIC" ignored
Message-ID:  <200901241356.03651.artem_kim@inbox.ru>

next in thread | raw e-mail | index | archive | help
There is an expression in Makefile:

=2Eif ${ARCH} =3D=3D "amd64" || ${ARCH} =3D=3D "ia64"
CFLAGS+=3D        -fPIC
=2Eelse
CFLAGS+=3D        -fpic
=2Eendif

However, the value "-fPIC" is not added to the variable CFLAGS.

In what may be the problem?

=2D-=20
Best regards,

=E1rtem Kim



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