search for: 4612e0e

Displaying 2 results from an estimated 2 matches for "4612e0e".

2015 Feb 12
2
[PATCH] macosx: Darwin-specific autoconf macros
...; + SHARED_LIBS_PATH="LD_LIBRARY_PATH" +fi +AC_SUBST([LCRYPT_FLAG]) +AC_SUBST([SHARED_LIBS_PATH]) + dnl Add extra packages to the appliance. AC_ARG_WITH([extra-packages], [AS_HELP_STRING([--with-extra-packages="pkg1 pkg2 ..."], diff --git a/run.in b/run.in index a8c2904..4612e0e 100755 --- a/run.in +++ b/run.in @@ -77,13 +77,13 @@ fi PATH="$b/align:$b/builder:$b/cat:$b/customize:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/inspector:$b/make-fs:$b/p2v:$b/rescue:$b/resize:$b/sparsify:$b/sysprep:$b/test-tool:$b/tools:$b/v2v:$PATH" export PATH -#...
2015 Feb 12
0
Re: [PATCH] macosx: Darwin-specific autoconf macros
...h libcrypt. Also (minor style detail) I'd call the variable name e.g. LIBCRYPT. > dnl Add extra packages to the appliance. > AC_ARG_WITH([extra-packages], > [AS_HELP_STRING([--with-extra-packages="pkg1 pkg2 ..."], > diff --git a/run.in b/run.in > index a8c2904..4612e0e 100755 > --- a/run.in > +++ b/run.in > @@ -77,13 +77,13 @@ fi > PATH="$b/align:$b/builder:$b/cat:$b/customize:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/inspector:$b/make-fs:$b/p2v:$b/rescue:$b/resize:$b/sparsify:$b/sysprep:$b/test-tool:$b/tools:$b/v2v:$PATH&quot...