gnome-shell: don't embed the rpath anymore, ld.so(8) knows about gnome-bluetooth shlibs.
This commit is contained in:
parent
e5360ef60e
commit
4de233e4ca
1 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.0.2
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-schemas-compile
|
||||
|
@ -120,12 +121,6 @@ Add_dependency full dbus-python
|
|||
Add_dependency full gir-freedesktop
|
||||
Add_dependency full desktop-file-utils
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/gnome-bluetooth"
|
||||
export LDFLAGS="-Wl,-R/usr/lib/gnome-bluetooth"
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue