On Thu, May 18, 2017 at 11:04:46PM +0100, Stuart Henderson wrote:
> On 2017/04/25 13:36, Kurt Mosiejczuk wrote:
> > .if ${FLAVOR:Maci}
> > CONFIGURE_ARGS += --enable-aci
> > +
> > +# overwrite -main pkgname/path to strip FLAVOR, aci only affects the server
> > +FULLPKGNAME-main = ${DIST
On 2017/04/25 13:36, Kurt Mosiejczuk wrote:
> A student of mine had taken a stab at adding gssapi, which got committed and
> then rolled back.
>
> My turn. The Makefile would override FULLPKGNAME since the aci flavor only
> effected the server, except it did it for any flavor. I moved that to
>
ping?
On 2017-04-25 1:36 PM, Kurt Mosiejczuk wrote:
A student of mine had taken a stab at adding gssapi, which got committed and
then rolled back.
My turn. The Makefile would override FULLPKGNAME since the aci flavor only
effected the server, except it did it for any flavor. I moved that to
t
A student of mine had taken a stab at adding gssapi, which got committed and
then rolled back.
My turn. The Makefile would override FULLPKGNAME since the aci flavor only
effected the server, except it did it for any flavor. I moved that to
the aci specific flavor section. So now this not only