mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7611 from cotequeiroz/libglog_fix-libunwind
libglog: [fixup] fix removing libunwind dependency
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=glog
|
PKG_NAME:=glog
|
||||||
PKG_VERSION:=0.3.5
|
PKG_VERSION:=0.3.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/google/glog/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/google/glog/tar.gz/v$(PKG_VERSION)?
|
||||||
@@ -32,7 +32,7 @@ define Package/glog/description
|
|||||||
module. Documentation for the implementation is in doc/.
|
module. Documentation for the implementation is in doc/.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS+=ac_cv_have_libunwind_h=0
|
CONFIGURE_VARS+=ac_cv_header_libunwind_h=0
|
||||||
|
|
||||||
TARGET_CXXFLAGS+=-std=c++11
|
TARGET_CXXFLAGS+=-std=c++11
|
||||||
TARGET_LDFLAGS+=-lpthread
|
TARGET_LDFLAGS+=-lpthread
|
||||||
|
|||||||
Reference in New Issue
Block a user