Browse Source

syslog-ng: changed to not run a forced autoreconf

user/chris/next/shadow
Christian Wiese 13 years ago
parent
commit
9ba546ed7d
  1. 5
      base/syslog-ng/syslog-ng.conf

5
base/syslog-ng/syslog-ng.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../syslog-ng/syslog-ng.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2011 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -13,9 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# run autoreconf because we patch configure.in
hook_add preconf 9 'autoreconf -ivf'
# checking if we should linking glib and eventlog statically or dynamically
if [ "$SDECFG_STATIC" == "1" ]; then
var_append extraconfopt " " "--enable-static-linking"

Loading…
Cancel
Save