summaryrefslogtreecommitdiff
path: root/package/gtk+/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-05 12:15:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-05 12:15:12 +0100
commit65b27b644c5817eb63fe7b8392236c37e0386f9b (patch)
tree31dcf3f300443fae37ed57c6c86fec960e3de9da /package/gtk+/Makefile
parent9230fde0381a7dcc7e3d86e954382a01a8fcfd63 (diff)
update some packages to latest upstream
- openssh, aircrack-ng, autoconf, lighttpd - use mplayer svn version
Diffstat (limited to 'package/gtk+/Makefile')
-rw-r--r--package/gtk+/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gtk+/Makefile b/package/gtk+/Makefile
index 09765990a..d4e3b19e9 100644
--- a/package/gtk+/Makefile
+++ b/package/gtk+/Makefile
@@ -21,7 +21,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GTK,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_STYLE:= gnu
-CONFIGURE_ENV+= gio_can_sniff=no
+CONFIGURE_ENV+= gio_can_sniff=no \
+ ac_cv_path_GTK_UPDATE_ICON_CACHE=""
CONFIGURE_ARGS+= --without-libtiff \
--without-libjpeg
BUILD_STYLE:= auto
@@ -29,5 +30,6 @@ INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_GTK}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/lib*.so* ${IDIR_GTK}/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk