After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656096 - shell syntax bug in XMLSEC_DL_LIBLTDL value
shell syntax bug in XMLSEC_DL_LIBLTDL value
Status: RESOLVED FIXED
Product: xmlsec
Classification: Other
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: Aleksey Sanin
Aleksey Sanin
Depends on:
Blocks:
 
 
Reported: 2011-08-07 09:16 UTC by Daniel Macks
Modified: 2011-08-08 01:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove stray comma from configure.in (451 bytes, patch)
2011-08-07 09:18 UTC, Daniel Macks
none Details | Review

Description Daniel Macks 2011-08-07 09:16:53 UTC
The ./configure logic in xmlsec-1.2.18 on OS X 10.6 determines that XMLSEC_DL_LIBLTDL should be set, but it includes a stray comma in the value. For example, I see the following as the first compiler command during 'make':

/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE=\"xmlsec1\" -I../include -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_DL_LIBLTDL=1,  -I/sw/include -I/sw/include/libxml2 -I/sw/include/libxml2 -I/sw/include   -I/sw/include  -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c -o app.lo app.c

Note the "-DXMLSEC_DL_LIBLTDL=1," in there.
Comment 1 Daniel Macks 2011-08-07 09:18:19 UTC
Created attachment 193371 [details] [review]
remove stray comma from configure.in
Comment 2 Aleksey Sanin 2011-08-08 01:19:55 UTC
Thanks, fixed.