mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 03:41:53 +02:00
seems like openswan needed another flags to compile properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2470 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a345da1bda
commit
06dd720614
@ -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