[xmlsec] NSS changes corresponding to Roumen's changes
Aleksey Sanin
aleksey@aleksey.com
Tue, 05 Aug 2003 08:49:38 -0700
Roumen,
I have some questions about this patch:
1) Why do you want to use "includedir" / "libdir" instead of
"pkgincludedir" / "pkglibdir"? I don't have a lot of knowledge
about pkg-config but the current stuff seems to be working.
Why do you want to change this?
2) You have added some variables to xmlSecConf.sh.in
but I don't see who these variables are used. Do I miss something?
3) I am not sure I understand your comment about coping file.
Why do you need to put it in a different place?
Thanks,
Aleksey
P.S. I guess I have these questions because everything works just
fine on my system and you have some problems on yours :) It would be
a good idea to describe these problems in a bug thus the patch would
fix a bug rather than just do something :)
Roumen Petrov wrote:
> Hi Aleksey,
>
> Please find attached file "xmlsec-cfg.patch.gz".
>
> changes:
> - subst pkglibdir->libdir and pkgincludedir->includedir
> - new subst XMLSEC_LIBDIR for xmlsecConf.sh
> - added some variables in xmlsecConf.sh.in
> - ln -s -> LN_S (LN_S can be ln -s/cp -p/ln - depend from platform)
>
> roumen