Browse Source

lua-wsapi: changed to remove prebuilt lfcgi.so binary

Note:

This can be removed when updating to version 1.6!
user/chris/wip/linux37
Christian Wiese 11 years ago
committed by Christian Wiese
parent
commit
888da66489
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      lua/lua-wsapi/lua-wsapi.conf

+ 4
- 1
lua/lua-wsapi/lua-wsapi.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lua-wsapi/lua-wsapi.conf
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2008 - 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -26,6 +26,9 @@ cat <<-EOF > config
EOF
}
# remove prebuilt binary (can be removed when updating to version 1.6)
hook_add premake 5 'rm -f src/fastcgi/lfcgi.so'
var_append makeinstopt ' ' 'install-fcgi'
hook_add postmake 5 'cp -a doc samples $root$docdir/'

Loading…
Cancel
Save