Browse Source

* improved libnids to build and install shared libraries if the target

supports it (close ticket #387)


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21898 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 17 years ago
parent
commit
c7e255eda7
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      security/libnids/libnids.conf

+ 18
- 0
security/libnids/libnids.conf

@ -0,0 +1,18 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libnids/libnids.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# build and install shared libraries if target supports it
if [ "$SDECFG_STATIC" != '1' ] ; then
var_append confopt ' ' "--enable-shared"
fi

Loading…
Cancel
Save