Commit Graph

16 Commits

Author SHA1 Message Date
Ferenc Wágner
8502569c38 New upstream version 2.0.7 2023-06-23 22:26:58 +02:00
wferi
10b0623533
m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472)
To avoid the warning: $as_echo is obsolete message.
2023-03-23 10:20:30 +00:00
Ferenc Wágner
61203efbb2 New upstream version 2.0.2 2020-12-25 11:55:09 +01:00
Ferenc Wágner
e06b1b88ad New upstream version 2.0.1 2020-09-22 17:01:30 +02:00
Chrissie Caulfield
6d35611524
doxygen2man: Add option to read copyright line from the header file (#415)
* doxygen2man: Add option to read copyright line from the header file

This should help make builds reproducible.

I tried various methods of getting the date, using 'git' is no use as
it could be run from a tarball, using the file date doesn't work either
so this seems a reasonable compromise.

* man: Use SOURCE_EPOCH to make manpage dates reproducible

Also add build-aux/update-copyright.sh to keep header file
copyright lines up-to-date.

All code taken from knet
2020-09-09 15:06:55 +01:00
Fabio M. Di Nitto
eeb5e45c55 tests: use RUNPATH instead of RPATH consistently (#309)
some vendors default to RPATH, others to RUNPATH. The former does not allow override
with LD_LIBRARY_PATH when running binaries such as test suite and it was causing
problems on platforms where RPATH is default, by running the test suite against
the wrong library (out-of-tree vs in-tree).

This change has no effect on libqb itself, but only on the binaries.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
2018-05-03 16:03:54 +01:00
Ferenc Wágner
0ac153b279 New upstream version 1.0.3 2018-01-04 22:22:30 +01:00
Kazunori INOUE
9b50aa4e5b configure: define AS_VAR_COPY (#267) 2017-09-18 11:31:43 +01:00
Ferenc Wágner
cb5ee921c0 configure: restrict pthreads to where it's actually needed
mq_open() is no longer relevant beyond 70a9623 (Remove message queues).
2016-12-12 11:46:13 +01:00
Ferenc Wágner
56754d0509 configure: restrict -ldl to where it's actually needed
This reduces overlinking of qb-blackbox.  Being a seldom used executable,
the gains are mostly theoretical, but at least this silences warnings
from some QA tools.
2016-12-08 14:14:57 +01:00
Ferenc Wágner
c222171511 Imported Upstream version 1.0 2016-06-18 14:33:26 +02:00
Adrian Vondendriesch
d18d1f1578 Imported Upstream version 0.17.2.real 2015-09-22 10:27:02 +02:00
Christoph Berg
2b262fd5db Imported Upstream version 0.17.1 2015-04-18 19:34:38 +02:00
Christoph Berg
e75dad6d2d Imported Upstream version 0.17.0 2015-04-18 12:01:27 +02:00
Christoph Berg
284f95ea30 Imported Upstream version 0.14.4 2015-04-18 12:01:25 +02:00
Christoph Berg
85f75e9d49 Imported Upstream version 0.11.1 2015-04-18 12:01:21 +02:00