Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: I hate it when you break my static link



>
> diff -u zsh-forge/current/Src/Modules/pcre.mdd
> zsh-4.0/Src/Modules/pcre.mdd
> --- zsh-forge/current/Src/Modules/pcre.mdd	Mon Jul  2 12:39:35 2001
> +++ zsh-4.0/Src/Modules/pcre.mdd	Thu Jul  5 22:44:55 2001
> @@ -1,5 +1,5 @@
>  name=zsh/pcre
> -link=either
> +link=dynamic
>  load=no

I guess it should be changed to conditionally enable building only if
prerequisites (pcre) is found. I do not see any point in having load of
dummy modules all of them defining aliases for bin_notavail.

We have some legacy commands that were moved from main to modules; but no
point to do it with new ones.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author