|
|
|
@ -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 |
|
|
|
|