Browse Source

syslog-ng: changed to not run a forced autoreconf

user/chris/next/shadow
Christian Wiese 12 years ago
parent
commit
9ba546ed7d
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      base/syslog-ng/syslog-ng.conf

+ 1
- 4
base/syslog-ng/syslog-ng.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../syslog-ng/syslog-ng.conf # 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 # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # 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. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- 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 # checking if we should linking glib and eventlog statically or dynamically
if [ "$SDECFG_STATIC" == "1" ]; then if [ "$SDECFG_STATIC" == "1" ]; then
var_append extraconfopt " " "--enable-static-linking" var_append extraconfopt " " "--enable-static-linking"

Loading…
Cancel
Save