]> arthur.barton.de Git - bup.git/commit
distutils: handle CFLAGS and LDFLAGS directly
authorRob Browning <rlb@defaultvalue.org>
Sun, 31 May 2020 19:10:11 +0000 (14:10 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 19 Jun 2020 22:50:38 +0000 (17:50 -0500)
commit827918b0270178fcfa07289f2383f88c73444090
treea6fcfb70757d182bc8290d2fefccf896e7a21914
parentdc311096770c9ab16aaaf326af8799ff5b4a2ea4
distutils: handle CFLAGS and LDFLAGS directly

Otherwise it places LDFLAGS in the middle of the link arguments,
before lib/bup/*.o which means we can't add lib
dependencies (e.g. -lreadline).  Pass the libs directly and specify them
via the appropriate extra_* arguments.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
lib/bup/csetup.py