aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-05-15 17:12:24 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2016-05-15 17:16:38 +0000
commit2e78f75dc5e33fe6d804e71d999f9cab933afd91 (patch)
tree676f1c89b8a9cc1cd911a2aca3f154d84bbfca76 /configure
parent4fe91a16d4808ebf47ea8be6f4206139c91d3347 (diff)
Remove the ARCH / CPU defines.
These only reflect on what arch/cpu bitlbee was built, not on which it is running. This makes the Debian package unreproducible. See e.g. https://tests.reproducible-builds.org/rb-pkg/testing/i386/bitlbee.html
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 9cc81794..d566484b 100755
--- a/configure
+++ b/configure
@@ -56,9 +56,6 @@ ldap=0
pie=1
-arch=$(uname -s)
-cpu=$(uname -m)
-
GLIB_MIN_VERSION=2.16
# Cygwin and Darwin don't support PIC/PIE
@@ -199,8 +196,6 @@ INCLUDEDIR=$includedir
PCDIR=$pcdir
TARGET=$target
-ARCH=$arch
-CPU=$cpu
INSTALL=install -p
@@ -247,8 +242,6 @@ cat<<EOF >config.h
#define PLUGINDIR "$plugindir"
#define PIDFILE "$pidfile"
#define IPCSOCKET "$ipcsocket"
-#define ARCH "$arch"
-#define CPU "$cpu"
EOF