summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove supple_paths.h because it was confusing dh-luaDaniel Silverstone2017-07-231-6/+5
| | | | | | | | | | | | Sadly, the approach Richard took to introduce supple_paths.h broke the Debian packaging because dh-lua doesn't use the Makefile. I looked at ways to use it, but because dh-lua builds for all the versions of Lua at once, it can't easily work as-is. Trying to add support for the different Lua versions in Makefile turned out to be a pain, so instead I merged the defines support into the rest of the defines we use. It's less elegant but should be equivalent.
* Allow baking of LUA_PATH and LUA_CPATH env varsRichard Ipsum2017-07-201-3/+20
| | | | | | These vars get unset for security reasons, but on NixOS these vars are needed to determine the location of dependent libs, since they're not available in their usual fhs positions.
* Allow lua link option to be overriddenRichard Ipsum2017-07-201-2/+3
|
* setuid only if rootRichard Ipsum2017-07-081-2/+4
| | | | | | Running the sandbox without setuid is less secure, but it will still work, it is not possible for nix to make binaries setuid when being used as a pkg manager outside of NixOS, i.e. on Debian.
* Do not link capi.so against the lua interpreterdsilvers/link-fixupDaniel Silverstone2017-07-081-1/+1
|
* Move wrapper path from supple.host into supple.capiv1.0.7Daniel Silverstone2016-10-171-2/+3
|
* Better support testing supple during things like package buildsv1.0Daniel Silverstone2015-10-151-2/+2
|
* Also clean html docsDaniel Silverstone2015-07-031-0/+1
|
* Very beginnings of ldoc supportDaniel Silverstone2015-07-031-0/+4
|
* Install the supple binary into libDaniel Silverstone2013-04-251-2/+2
|
* PREFIX, not INST_ROOT, pleaseDaniel Silverstone2013-04-141-1/+3
|
* SUPPLE: Lots of diagnosis stuffDaniel Silverstone2012-08-121-1/+1
|
* Makefile: Installation support betterDaniel Silverstone2012-07-291-4/+11
|
* TEST: Test framework for comms and host modulesDaniel Silverstone2012-07-291-1/+2
|
* SANDBOX: Enough sandboxing to get us further. Testing the wrapper is hardDaniel Silverstone2012-07-291-1/+4
|
* WRAPPER: Initial interpreter wrapper work ready for subprocess sandboxingDaniel Silverstone2012-07-291-5/+17
|
* SUPPLE.REQUEST: Support requests, responses and deserialising, and test it allDaniel Silverstone2012-07-211-1/+1
|
* Lots of stuffDaniel Silverstone2012-07-211-4/+11
|
* Initial framework for SuppleDaniel Silverstone2012-07-211-0/+70