seems like openswan needed another flags to compile properly
SVN-Revision: 2470
This commit is contained in:
parent
325be15770
commit
22aeff06e5
@ -30,7 +30,7 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
USERCOMPILE="$(FLAGS)" \
|
USERCOMPILE="$(FLAGS)" \
|
||||||
AS="$(TARGET_CC) $(TARGET_CFLAGS)" \
|
AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \
|
||||||
module
|
module
|
||||||
|
|
||||||
$(IPKG_KMOD_OPENSWAN):
|
$(IPKG_KMOD_OPENSWAN):
|
||||||
|
Loading…
Reference in New Issue
Block a user