From: Phil Blundell Date: Mon, 15 May 2006 21:33:21 +0000 (+0200) Subject: freetype(-native): don't add rpath to LDFLAGS (via freetype-config). X-Git-Tag: familiar-v0.8.4-rc3~91 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=35c87f924814ffecbf59436fb0c0da6d9013f8bf;p=familiar-h63xx-build.git freetype(-native): don't add rpath to LDFLAGS (via freetype-config). Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/freetype/files/no-hardcode.patch b/org.handhelds.familiar/packages/freetype/files/no-hardcode.patch new file mode 100644 index 0000000..44ae450 --- /dev/null +++ b/org.handhelds.familiar/packages/freetype/files/no-hardcode.patch @@ -0,0 +1,11 @@ +--- freetype-2.1.10/builds/unix/freetype-config.in.old 2006-05-01 12:39:20.000000000 +0100 ++++ freetype-2.1.10/builds/unix/freetype-config.in 2006-05-01 12:39:34.000000000 +0100 +@@ -16,7 +16,7 @@ + libdir=@libdir@ + enable_shared=@enable_shared@ + wl=@wl@ +-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@' ++hardcode_libdir_flag_spec='' + + usage() + { diff --git a/org.handhelds.familiar/packages/freetype/freetype_2.1.10.bb b/org.handhelds.familiar/packages/freetype/freetype_2.1.10.bb index 772b316..35c0d0c 100644 --- a/org.handhelds.familiar/packages/freetype/freetype_2.1.10.bb +++ b/org.handhelds.familiar/packages/freetype/freetype_2.1.10.bb @@ -2,10 +2,11 @@ DESCRIPTION = "Freetype font rendering library" HOMEPAGE = "http://www.freetype.org" SECTION = "libs" LICENSE = "freetype" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ - file://configure.patch;patch=1" + file://configure.patch;patch=1 \ + file://no-hardcode.patch;patch=1" S = "${WORKDIR}/freetype-${PV}" inherit autotools pkgconfig binconfig