- Jan 30, 2019
-
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This was introduced in 2013, and Ubuntu 12.04's glibc 2.15 doesn't have it. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This doesn't screen-scrape out the full description of the function, but it gets the name of the man page right, which is enough to make the build not fail. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Otherwise it needs a more recent version of pkg-config. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Older autoconf versions don't do this automatically. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Older debhelper versions didn't do this for us. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Fatal warnings are rarely appropriate for released packages: it's easy for a new compiler to result in new warnings. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This makes it more straightforward to omit the gtk-doc part of the build. Note that we still need it at autogen.sh time, for the m4 macros. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The version of gtk-doc in Ubuntu 12.04 needs this. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
In Ubuntu 12.04, this is declared in a header that we include. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
autoconf-archive doesn't guarantee that it won't use shell variable names starting with AX_. See <https://gitlab.freedesktop.org/dbus/dbus/merge_requests/86 > for more details. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
IPC::Run::run dies if the executable can't be found, but returns false if the executable exists and exits nonzero, so use env(1) instead of bwrap(1) as the executable. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
On Ubuntu 12.04, this function is declared in a header that we include. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- Aug 15, 2018
-
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- May 17, 2018
-
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- May 16, 2018
-
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This makes it a lot easier to satisfy the build-dependencies on OSs where GLib is not fully multiarch, like Debian 8 'jessie' and SteamOS 2 'brewmaster'. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We aren't building plugins for perl. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- Apr 30, 2018
-
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
$(patsubst) doesn't work here, breaking distcheck. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
If we are building from a tarball then we don't need it, because autogen.sh copies all required macros into m4/. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- Apr 27, 2018
-
-
Simon McVittie authored
This is necessary when cross-compiling, at least on Debian 8 'jessie'. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The shared library could conceivably get linked into something at a privilege boundary, but the tools have no such requirement. This means we can reduce our glibc dependencies when not building the actual library. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is useful if you want to bundle a complete dependency stack but use the host libc, like the Steam Runtime has traditionally done. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We have to do this in two stages, because passing ${ORIGIN} through Autoconf, Automake and Make is a massive pain: first write in a dummy rpath that starts with /_ORIGIN_ (implemented here), then rewrite it to start with ${ORIGIN} with chrpath (to be done externally). Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by: Simon McVittie <smcv@collabora.com>
-
- Apr 26, 2018
-
-
Simon McVittie authored
This should make it a little less confusing to work out what we're looking at. Signed-off-by: Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This simplifies the situation by only needing one extra directory in the LD_LIBRARY_PATH. Signed-off-by: Simon McVittie <smcv@collabora.com>
-