libredblack: pass CFLAGS properly
Fixes build with enabled ASLR PIE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
de83b54a8d
commit
a615a821d9
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libredblack
|
PKG_NAME:=libredblack
|
||||||
PKG_VERSION:=1.3
|
PKG_VERSION:=1.3
|
||||||
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:=@SF/libredblack
|
PKG_SOURCE_URL:=@SF/libredblack
|
||||||
|
@ -39,6 +39,7 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --without-rbgen
|
CONFIGURE_ARGS += --without-rbgen
|
||||||
CONFIGURE_VARS += lt_cv_prog_cc_pic=$(FPIC)
|
CONFIGURE_VARS += lt_cv_prog_cc_pic=$(FPIC)
|
||||||
|
MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
|
Loading…
Reference in a new issue