diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 03:56:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 03:56:01 +0000 |
commit | 3059776adf7c0ab739cab4ab6efc591c1ef140d0 (patch) | |
tree | d1d96135a5d28f921b48a2f7e0886d406e6489e3 /setup.py | |
parent | 7170af54acc61fca23e72fdce0cb04633515bcf2 (diff) |
First pass at updated debuild configuration.
svn path=/branches/tk685/; revision=5772
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ try: except ImportError: class autoconf: "Fake autoconf object to let --help work without autoconf." - sbindir = libexecdir = datarootdir = sysconfdir = CFLAGS = LDFLAGS = LIBS = "" + sbindir = libexecdir = datarootdir = sysconfdir = "" + CFLAGS = LDFLAGS = LIBS = CA_TARGET = RP_TARGET = "" try: from rpki.version import VERSION |