Source: terminix
Tags: patch
Version: 1.2.0-1
The following patch fixes a build failure where fPIC is enabled by default
(e.g. Ubuntu on amd64 and ppc64el
and probably Debian in the future)
thanks for considering it,
Gianfranco
Description: be sure the binary is compiled with fPIC
Author: Gianfranco Costamagna <locutusofb...@debian.org>
--- terminix-1.2.0.orig/configure.ac
+++ terminix-1.2.0/configure.ac
@@ -13,7 +13,7 @@ AC_ARG_VAR([DCFLAGS], [flags for dmd com
# Full optimization flags
#DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
-DCFLAGS='-O'
+DCFLAGS='-O -fPIC'
AC_SUBST([DCFLAGS])
# Checks for programs.