1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 11:11:20 +02:00

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

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