seems like openswan needed another flags to compile properly

SVN-Revision: 2470
This commit is contained in:
Felix Fietkau 2005-11-13 11:35:29 +00:00
parent 325be15770
commit 22aeff06e5

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):