libtwin: add rpath-link ldflag to fix linking with zlib
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17491 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b73c2dfb3c
commit
19522401fd
@ -23,7 +23,7 @@ PKG_INSTALL=1
|
|||||||
define Package/libtwin
|
define Package/libtwin
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib +libpng +libjpeg
|
DEPENDS:=+zlib +libpng +libjpeg +libfreetype
|
||||||
TITLE:=The tiny windowing system library
|
TITLE:=The tiny windowing system library
|
||||||
URL:=http://ozlabs.org/~jk/projects/petitboot/
|
URL:=http://ozlabs.org/~jk/projects/petitboot/
|
||||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||||
@ -39,6 +39,9 @@ ifdef CONFIG_powerpc
|
|||||||
EXTRA_CFLAGS += -flax-vector-conversions
|
EXTRA_CFLAGS += -flax-vector-conversions
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_LDFLAGS += \
|
||||||
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/libtwin
|
$(INSTALL_DIR) $(1)/usr/include/libtwin
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user