Changeset 2e78f75 for configure


Ignore:
Timestamp:
2016-05-15T17:16:38Z (8 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
d3b99b6
Parents:
4fe91a1
git-author:
Jelmer Vernooij <jelmer@…> (15-05-16 17:12:24)
git-committer:
Jelmer Vernooij <jelmer@…> (15-05-16 17:16:38)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4fe91a1 r2e78f75  
    5757pie=1
    5858
    59 arch=$(uname -s)
    60 cpu=$(uname -m)
    61 
    6259GLIB_MIN_VERSION=2.16
    6360
     
    200197
    201198TARGET=$target
    202 ARCH=$arch
    203 CPU=$cpu
    204199
    205200INSTALL=install -p
     
    248243#define PIDFILE "$pidfile"
    249244#define IPCSOCKET "$ipcsocket"
    250 #define ARCH "$arch"
    251 #define CPU "$cpu"
    252245EOF
    253246
Note: See TracChangeset for help on using the changeset viewer.