seems like openswan needed another flags to compile properly
SVN-Revision: 2470
This commit is contained in:
parent
325be15770
commit
22aeff06e5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue