[Pidgin] #11841: Failed to build pidgin 2.7.0 on OpenSolaris
Pidgin
trac at pidgin.im
Sun May 16 13:17:44 EDT 2010
#11841: Failed to build pidgin 2.7.0 on OpenSolaris
----------------------+-----------------------------------------------------
Reporter: brian.lu | Owner:
Type: patch | Status: new
Milestone: 2.7.1 | Component: libpurple
Version: 2.7.0 | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by nosnilmot):
* status: closed => new
* resolution: fixed =>
Comment:
This prevents users specifying additional CFLAGS on the ./configure
command line:
{{{
if test "x$SUNCC" = "xyes"; then
CFLAGS="-features=extensions"
fi
}}}
Is there a reason you didn't do this?:
{{{
if test "x$SUNCC" = "xyes"; then
CFLAGS="$CFLAGS -features=extensions"
fi
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/11841#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list