]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Fixed compilation problems with rlm_lua 1867/head
authorHerwin Weststrate <herwin@snt.utwente.nl>
Tue, 6 Dec 2016 19:52:42 +0000 (20:52 +0100)
committerHerwin Weststrate <herwin@snt.utwente.nl>
Tue, 6 Dec 2016 19:52:42 +0000 (20:52 +0100)
commit3a48217b193d683f66141067bee13f206172920e
treef7a2b41f381c42de224eb1774c0a93e1dab07435
parent496d969a53c1011faab5be26835555e1d349da4d
Fixed compilation problems with rlm_lua

When building the debian package, no configuration is tried for rlm_lua,
because it isn't listed in the stable modules. But because the folder
contains a file called all.mk, the build process still tries to build it
and fails. Quick and dirty solution: move all.mk to all.mk.in.
src/modules/rlm_lua/.gitignore
src/modules/rlm_lua/all.mk.in [moved from src/modules/rlm_lua/all.mk with 100% similarity]
src/modules/rlm_lua/configure
src/modules/rlm_lua/configure.ac