jkbonfield / io_lib

Staden Package "io_lib" (sometimes referred to as libstaden-read by distributions). This contains code for reading and writing a variety of Bioinformatics / DNA Sequence formats.
Other
36 stars 15 forks source link

LDFLAGS as configure argument #15

Closed dkj closed 5 years ago

dkj commented 5 years ago

./configure isn't using LDFLAGS when passed as an argument to the configure script, this is forcing a non-standard workaround when building (passing the LDFLAGS as an argument to make) which is a niggle: kjsanger/npg_conda/pull/5

dkj commented 5 years ago

Our problem was fixed when I stopped using --with-libcurl= and --with-zlib= at the same time as a LDFLAGS= argument to the ./configure

kjsanger/npg_conda/pull/6

jkbonfield commented 5 years ago

As expected, it was still a bug in the io_lib configure script. Typo! :-)

Fixed by https://github.com/jkbonfield/io_lib/commit/5a2d91bd575dd3f5b4381bda5712edaa7d6d63fe