From d7458f7e5aea73b242066293e59b3d62a272e093 Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 1 Apr 2011 02:43:47 -0400 Subject: desktop/google-gadgets-for-linux: Adjust build options for 13.37. Signed-off-by: dsomero --- .../google-gadgets-for-linux/google-gadgets-for-linux.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/google-gadgets-for-linux/google-gadgets-for-linux.SlackBuild b/desktop/google-gadgets-for-linux/google-gadgets-for-linux.SlackBuild index becfabf13007..b6176cc8695f 100644 --- a/desktop/google-gadgets-for-linux/google-gadgets-for-linux.SlackBuild +++ b/desktop/google-gadgets-for-linux/google-gadgets-for-linux.SlackBuild @@ -21,7 +21,7 @@ PRGNAM=google-gadgets-for-linux VERSION=0.11.2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -74,16 +74,19 @@ LIBS="-lssp" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ + --disable-werror \ --sysconfdir=/etc \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --mandir=/usr/man \ --disable-static \ + --disable-update-desktop-database \ + --disable-update-mime-database \ --with-gtkmozembed=libxul \ --with-browser-plugins-dir=/usr/lib$LIBDIRSUFFIX/mozilla/plugins \ --build=$ARCH-slackware-linux -make -j1 -make install-strip DESTDIR=$PKG +make +make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -- cgit v1.2.3