[packages] pango: Fix build. Fixes #6731
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19844 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b30049274
commit
acbfb768cc
@ -17,11 +17,10 @@ PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/1.26/
|
||||
PKG_MD5SUM:=74ce18cfcc3ad0008a6ad56cfc535061
|
||||
|
||||
PKG_FIXUP:=libtool
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
PKG_INSTALL=1
|
||||
|
||||
TARGET_LDFLAGS+= \
|
||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib \
|
||||
@ -49,7 +48,7 @@ CONFIGURE_ARGS += \
|
||||
$(if $(CONFIG_PACKAGE_libX11), --with-x, --without-x)
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
CXX=$(TARGET_CC)
|
||||
CXX="$(TARGET_CC)"
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user