aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
2012-02-07make configure detect when running inside of virtualenv so that the rpki.wsgi...Michael Elkins
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
2011-11-23give the user explanatory feedback about why django is required when configur...Michael Elkins
2011-11-23remove features that depend on django 1.3, so that portal gui works with djan...Michael Elkins
2011-11-11Require both Python and Django >= 1.3 to be installed by default, unless the ...Michael Elkins
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
2011-09-15Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestryRob Austein
2011-08-12Set noexecstack to avoid problems with SELinux (#7)Rob Austein
2011-06-29swap check for www and www-data users since www matches www-dataMichael Elkins
2011-06-25We no longer need pywrapRob Austein
2011-06-06Should have been scan_roas, not scan_roa.Rob Austein
2011-06-06New tool scan_roa which just does text listing of all ROAs in aRob Austein
2011-05-19Allow pywrap to be disabled, since -Bsymbolic may render itRob Austein
2011-05-19Turn on -Bsymbolic where supported, per suggestion from Andy Polyakov.Rob Austein
2011-05-17Fork rcynic so I can start hacking it for parallel rsyncRob Austein
2011-05-09Better handling of --with-system-openssl=yesRob Austein
2011-05-09Change --enable-system-openssl => --with-system-opensslRob Austein
2011-04-25Reorder CFLAGS and LDFLAGS to avoid search path problemsRob Austein
2011-04-25Revert useless changeRob Austein
2011-04-25Log what we are doing when fiddling with paths on FreeBSDRob Austein
2011-04-21Hack Doxygen IMAGE_PATH via Makefile and environment variable ratherRob Austein
2011-04-19Search /usr/local automatically on FreeBSD by defaultRob Austein
2011-04-18Basic install target for rpki-rtr codeRob Austein
2011-03-04regenRob Austein
2011-03-03add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is dete...Michael Elkins
2011-03-02fixup configure to note new location of $top/rpkid/portal-gui/Makefile.inMichael Elkins
2011-03-02update configure and rpkid/Makefile.in to reflect new location of $top/portal...Michael Elkins
2011-02-24RegenRob Austein
2011-01-28Whack this into working on Ubuntu 10.04Rob Austein
2011-01-28Autoconf installation script for rcynic on Linux, because at least oneRob Austein
2011-01-28CleanupRob Austein
2011-01-26Jailed rcynic installation working (I think) on Fedora. Remains to beRob Austein
2011-01-24Unfinished hacks to get rcynic jail installation working on Linux and DarwinRob Austein
2011-01-24check for both django-admin and django-admin.py since it can be named eitherMichael Elkins
2011-01-23remove CONFDIR variable from toplevel configure script. now hardcoded to go ...Michael Elkins
2011-01-22Don't build GUI unasked when Django is installed but we don't haveRob Austein
2011-01-22integrate portal-gui into toplevel configure script; remove $top/portal-gui/b...Michael Elkins
2011-01-21regenRob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2011-01-20Yet another tweak to get right mix of static and dynamic linking.Rob Austein
2011-01-20Fix all the broken RPATH stuff we said we'd fix "some day".Rob Austein
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
2011-01-09Have to build OpenSSL shared libraries even though we don't need them,Rob Austein
2011-01-09Rework POW build so that we can use static libraries again.Rob Austein
2010-12-30Previous defaults didn't build on Ubuntu 10.04 or Mac OS X, so tweakRob Austein
2010-12-30Doh, get pywrap path rightRob Austein
2010-12-30Don't make executable test scripts, at least for nowRob Austein
2010-12-30Rework OpenSSL shared library stuff. Still not great, but better.Rob Austein
2010-12-29CleanupRob Austein