cjdns: always build without ccache prefix
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
2a725e7cbe
commit
601bd6c045
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cjdns
|
PKG_NAME:=cjdns
|
||||||
PKG_VERSION:=v21.1
|
PKG_VERSION:=v21.1
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
||||||
|
@ -78,7 +78,7 @@ define Build/Compile
|
||||||
$(INSTALL_DIR) $(PKG_BUILD_DIR)/tmp
|
$(INSTALL_DIR) $(PKG_BUILD_DIR)/tmp
|
||||||
(cd $(PKG_BUILD_DIR) && \
|
(cd $(PKG_BUILD_DIR) && \
|
||||||
CROSS="true" \
|
CROSS="true" \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC_NOCACHE)" \
|
||||||
AR="$(TARGET_AR)" \
|
AR="$(TARGET_AR)" \
|
||||||
RANLIB="$(TARGET_RANLIB)" \
|
RANLIB="$(TARGET_RANLIB)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -U_FORTIFY_SOURCE -Wno-error=array-bounds -Wno-error=stringop-overflow -Wno-error=stringop-overread" \
|
CFLAGS="$(TARGET_CFLAGS) -U_FORTIFY_SOURCE -Wno-error=array-bounds -Wno-error=stringop-overflow -Wno-error=stringop-overread" \
|
||||||
|
|
Loading…
Reference in a new issue