Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
novell-ipsec-tools
novell-ipsec-tools_plugins-support-configure.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File novell-ipsec-tools_plugins-support-configure.patch of Package novell-ipsec-tools
Index: ipsec-tools-0.7.1/configure.ac =================================================================== --- ipsec-tools-0.7.1.orig/configure.ac +++ ipsec-tools-0.7.1/configure.ac @@ -794,6 +794,17 @@ if test "$enable_security_context" = "ye fi fi +# Option for plugins-support +AC_MSG_CHECKING(if --enable-plugins-support option is specified) +AC_ARG_ENABLE(plugins-support, + [ --enable-plugins-support enable plugins support function], + [], [enable_plugins_support=no]) +if test "x$enable_plugins_support" = "xyes"; then + AC_DEFINE([PLUGINS_SUPPORT], [], [Enable plugins support]) +fi +AC_MSG_RESULT($enable_plugins_support) + + CFLAGS="$CFLAGS $CFLAGS_ADD" CPPFLAGS="$CPPFLAGS $CPPFLAGS_ADD" Index: ipsec-tools-0.7.1/ChangeLog =================================================================== --- ipsec-tools-0.7.1.orig/ChangeLog +++ ipsec-tools-0.7.1/ChangeLog @@ -1,3 +1,7 @@ +2008-08-06 Bin Li <bili@novell.com> + * configure.ac: + Add --enable-plugins-support features in configure.ac, + it'll define PLUGINS_SUPPORT Macro. --------------------------------------------- 0.7.1 released
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor