seems like openswan needed another flags to compile properly

SVN-Revision: 2470
owl
Felix Fietkau 2005-11-13 11:35:29 +00:00
parent 325be15770
commit 22aeff06e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $(PKG_BUILD_DIR)/.built:
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
USERCOMPILE="$(FLAGS)" \
AS="$(TARGET_CC) $(TARGET_CFLAGS)" \
AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \
module
$(IPKG_KMOD_OPENSWAN):