wok-6.x rev 17504
le: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 08 11:25:22 2015 +0100 (2015-01-08) |
parents | 04239f2844c3 |
children | 3ce7127900b0 |
files | caja/receipt le/receipt |
line diff
1.1 --- a/caja/receipt Thu Jan 08 11:02:18 2015 +0100 1.2 +++ b/caja/receipt Thu Jan 08 11:25:22 2015 +0100 1.3 @@ -14,7 +14,8 @@ 1.4 DEPENDS="gtk+ mate-desktop dconf exempi gvfs libunique" 1.5 BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ 1.6 gtk+-dev gtk-doc mate-common-dev mate-desktop-dev mate-icon-theme libunique-dev \ 1.7 -gvfs-dev desktop-file-utils gobject-introspection-dev util-linux-uuid-dev" 1.8 +gvfs-dev desktop-file-utils gobject-introspection-dev util-linux-uuid-dev \ 1.9 +pangox-compat-dev" 1.10 SUGGESTED="gvfs-smb" 1.11 1.12 # Rules to configure and make the package.
2.1 --- a/le/receipt Thu Jan 08 11:02:18 2015 +0100 2.2 +++ b/le/receipt Thu Jan 08 11:25:22 2015 +0100 2.3 @@ -17,7 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 + export LDFLAGS="-Wl,--copy-dt-needed-entries" 2.9 patch -p 0 < $stuff/gcc-4.patch || return 1 2.10 ./configure \ 2.11 --prefix=/usr \