summaryrefslogtreecommitdiffstats
path: root/remote/modules/run-virt/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-04 16:01:53 +0200
committerSimon Rettberg2016-08-04 16:01:53 +0200
commit820d16d840f462bf1b614f487cef1ddb589084b4 (patch)
treef59a936c2f185412de136d81faaf5538e525dcd1 /remote/modules/run-virt/module.build
parent[kernel-vanilla] -> 4.4.16 (diff)
downloadtm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.tar.gz
tm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.tar.xz
tm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.zip
[run-virt] Implement automatic firewalling
Diffstat (limited to 'remote/modules/run-virt/module.build')
-rw-r--r--remote/modules/run-virt/module.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/run-virt/module.build b/remote/modules/run-virt/module.build
index e9b0d581..eb718599 100644
--- a/remote/modules/run-virt/module.build
+++ b/remote/modules/run-virt/module.build
@@ -11,6 +11,7 @@ build () {
# Compile pwdaemon
mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/bin"
gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/pwdaemon" -Os "${MODULE_DIR}/pw_daemon.c" || perror "Could not compile the pwdaemon"
+ gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/slxfwtool" -Os "${MODULE_DIR}/fwtool/main.c" || perror "Could not compile slxfwtool"
}
post_copy() {