From: <abe...@us...> - 2015-11-29 15:29:58
|
Revision: 7359 http://sourceforge.net/p/astlinux/code/7359 Author: abelbeck Date: 2015-11-29 15:29:55 +0000 (Sun, 29 Nov 2015) Log Message: ----------- ipsec-tools, move 'ac_cv_va_copy=yes' to the shell environment instead of a ./configure argument, no functional change but consistant with other packages Modified Paths: -------------- branches/1.0/package/ipsec-tools/ipsec-tools.mk Modified: branches/1.0/package/ipsec-tools/ipsec-tools.mk =================================================================== --- branches/1.0/package/ipsec-tools/ipsec-tools.mk 2015-11-29 06:40:54 UTC (rev 7358) +++ branches/1.0/package/ipsec-tools/ipsec-tools.mk 2015-11-29 15:29:55 UTC (rev 7359) @@ -14,8 +14,9 @@ # configure hardcodes -Werror, so override CFLAGS on make invocation IPSEC_TOOLS_MAKE_OPT = CFLAGS='$(TARGET_CFLAGS)' +IPSEC_TOOLS_CONF_ENV = ac_cv_va_copy=yes + IPSEC_TOOLS_CONF_OPT = \ - ac_cv_va_copy=yes \ --enable-hybrid \ --without-libpam \ --disable-gssapi \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |