gmediaserver/fsl.gmediaserver

Fri, 07 Sep 2012 19:08:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 07 Sep 2012 19:08:07 +0200
changeset 667
9dacbd1d1aa2
permissions
-rw-r--r--

Correct build configuration in Solaris subdir, correct english grammar,
remove irrelevant strip notice, introduce custom CFLAG logic, facilitate
use of Solaris Studio compiler with needed build configuration
adjustments, conditionally build 64 bit position independent code,
and accommodate tun(7) in newer Solaris releases by renaming driver
and module from conflicting 'tun' to 'vtun'. These changes include
some nonstandard 'I give up' logic causing out of tree builds by
manipulating the PATH, for example.

michael@75 1 ##
michael@75 2 ## fsl.gmediaserver -- OSSP fsl configuration
michael@75 3 ##
michael@75 4
michael@75 5 ident (gmediaserver)/.+ q{
michael@75 6 prefix(
michael@75 7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@75 8 )
michael@75 9 -> {
michael@75 10 debug: file(
michael@75 11 path="@l_prefix@/var/gmediaserver/log/gmediaserver.log",
michael@75 12 perm=0644
michael@75 13 )
michael@75 14 }
michael@75 15 };
michael@75 16

mercurial