diff --git a/lua/lua-wsapi/lua-wsapi.conf b/lua/lua-wsapi/lua-wsapi.conf index 23412df2f..608a4cf46 100644 --- a/lua/lua-wsapi/lua-wsapi.conf +++ b/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/'