Skip to content

Commit

Permalink
Merge pull request #1867 from herwinw/debian_lua
Browse files Browse the repository at this point in the history
Fixed compilation problems with rlm_lua
  • Loading branch information
arr2036 committed Dec 6, 2016
2 parents 496d969 + 3a48217 commit 5ab5f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_lua/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Makefile
all.mk
rlm_lua.mk
libfreeradius-lua.mk
File renamed without changes.
3 changes: 2 additions & 1 deletion src/modules/rlm_lua/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4483,7 +4483,7 @@ ac_config_headers="$ac_config_headers config.h"
unset ac_cv_env_LIBS_set
unset ac_cv_env_LIBS_value
ac_config_files="$ac_config_files rlm_lua.mk libfreeradius-lua.mk"
ac_config_files="$ac_config_files all.mk rlm_lua.mk libfreeradius-lua.mk"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
Expand Down Expand Up @@ -5175,6 +5175,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"all.mk") CONFIG_FILES="$CONFIG_FILES all.mk" ;;
"rlm_lua.mk") CONFIG_FILES="$CONFIG_FILES rlm_lua.mk" ;;
"libfreeradius-lua.mk") CONFIG_FILES="$CONFIG_FILES libfreeradius-lua.mk" ;;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_lua/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ AC_SUBST(lua_ldflags)

AC_SUBST(targetname) # keep this! Don't change!
AC_CONFIG_HEADER(config.h)
AC_OUTPUT([rlm_lua.mk libfreeradius-lua.mk]) # keep this! Don't change!
AC_OUTPUT([all.mk rlm_lua.mk libfreeradius-lua.mk]) # keep this! Don't change!

0 comments on commit 5ab5f20

Please sign in to comment.