Browse Source

nufw: fixed linking against mysql

stable/0.2
Christian Wiese 14 years ago
parent
commit
49d1256fdc
  1. 4
      security/nufw/nufw.conf

4
security/nufw/nufw.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nufw/nufw.conf
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2007 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -57,7 +57,7 @@ if pkginstalled mysql ; then
pkgprefix -t mysql
var_append confopt ' ' "--with-mysql-log"
var_append GCC_WRAPPER_APPEND ' ' "-I$(pkgprefix -r includedir mysql)"
var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix -r libdir mysql)/mysql"
var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix -r libdir mysql)"
fi
# Support user activity logging in PostgreSQL database

Loading…
Cancel
Save