[Lunar-commits] r16616 - moonbase/branches/submissions/new/gnupg-1.9.x
Steven Michalske
hardkrash at lunar-linux.org
Mon Sep 26 18:42:37 UTC 2005
your missing other options that should be passed to configure
such as man and info directories
could your addition of --disable-scdaemon be put into $OPTS?
like
OPTS="$OPTS --disable-scdaemon"
default_build
hardkrash
On Sep 22, 2005, at 4:17 PM, Zbigniew Luszpinski wrote:
> Author: zbiggy
> Date: 2005-09-22 23:17:07 +0000 (Thu, 22 Sep 2005)
> New Revision: 16616
>
> Added:
> moonbase/branches/submissions/new/gnupg-1.9.x/BUILD
> Log:
> Build script required to correct gnupg-1.9 compilation.
>
>
> Added: moonbase/branches/submissions/new/gnupg-1.9.x/BUILD
> ===================================================================
> --- moonbase/branches/submissions/new/gnupg-1.9.x/BUILD
> 2005-09-22 23:12:30 UTC (rev 16615)
> +++ moonbase/branches/submissions/new/gnupg-1.9.x/BUILD
> 2005-09-22 23:17:07 UTC (rev 16616)
> @@ -0,0 +1,8 @@
> +(
> + ./configure --prefix=/usr \
> + --disable-scdaemon \
> + $OPTS &&
> +
> + default_make
> +
> +) > $C_FIFO 2>&1
>
> _______________________________________________
> Lunar-commits mailing list
> Lunar-commits at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-commits
>
>
More information about the Lunar-commits
mailing list