X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b4be80dea75f12a0385c3abcb6d1223dde792419..cf811ad58c6fdebf4f8f752c37630eb6265c6bb1:/openwrt/package/vpnc/Makefile?ds=inline diff --git a/openwrt/package/vpnc/Makefile b/openwrt/package/vpnc/Makefile index 7513290eb..55082905d 100644 --- a/openwrt/package/vpnc/Makefile +++ b/openwrt/package/vpnc/Makefile @@ -25,6 +25,8 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) \ + OFLAGS="$(TARGET_CFLAGS)" \ + OS="Linux" \ STAGING_DIR=$(STAGING_DIR) \ DESTDIR=$(PKG_INSTALL_DIR) \ PREFIX=/usr \