add centos4 stdlib to work around segfault

This commit is contained in:
Mario Fetka
2017-05-17 22:17:48 +02:00
parent 078c5e48c3
commit 7bfe80ad2b
5 changed files with 44 additions and 25 deletions

4
debian/arcconf.wrapper vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/arcconf:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
exec /usr/lib/arcconf/arcconf $@