Browse Source

* removed argus check for thread support (properly autodetected by now)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@22016 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 17 years ago
parent
commit
0162e599e8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      network/argus/argus.conf

+ 0
- 5
network/argus/argus.conf

@ -20,11 +20,6 @@ fi
var_append makeopt " " "DESTDIR=$root"
# enable thread support if available
if [ "$SDECFG_PKG_GLIBC_TLS" == 1 ] ; then
hook_add preconf 5 "touch .threads"
fi
pkg_argus_postmake() {
# copy argus.conf
cp -av support/Config/argus.conf $root$sysconfdir

Loading…
Cancel
Save