[packages] fcgi libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
06fddda200
commit
9a0c9241f9
@ -19,6 +19,7 @@ PKG_FIXUP:=libtool-ucxx
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/fcgi/Default
|
||||
@ -36,7 +37,7 @@ endef
|
||||
|
||||
define Package/fcgixx
|
||||
$(call Package/fcgi/Default)
|
||||
DEPENDS:=fcgi +uclibcxx
|
||||
DEPENDS:=fcgi $(CXX_DEPENDS)
|
||||
TITLE:=Shared library of FastCGI++
|
||||
endef
|
||||
|
||||
@ -46,7 +47,6 @@ define Package/fcgi/description
|
||||
server specific APIs.
|
||||
endef
|
||||
|
||||
TARGET_CXX=g++-uc
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user