diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
commit | 4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch) | |
tree | 32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/libXpm | |
parent | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff) |
update X11, kerberos, samba, bluez
- fix some ipkg issues with ubuntu
- use grub2 for alix1c, no grub1 dependency on host
- boots up on alix1c
- fix some bcm203x problems
Diffstat (limited to 'package/libXpm')
-rw-r--r-- | package/libXpm/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/package/libXpm/Makefile b/package/libXpm/Makefile index d57f8094a..da5a647fe 100644 --- a/package/libXpm/Makefile +++ b/package/libXpm/Makefile @@ -4,11 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libXpm -PKG_VERSION:= 3.5.7 +PKG_VERSION:= 3.5.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7bbc8f112f7143ed6961a58ce4e14558 -PKG_DESCR:= common operation for the XPM pixmap format -PKG_SECTION:= x11 +PKG_MD5SUM:= 2d81d6633e67ac5562e2fbee126b2897 PKG_DESCR:= common operation for the XPM pixmap format PKG_SECTION:= x11 PKG_SITES:= ${MASTER_SITE_XORG} @@ -17,10 +15,10 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBXPM,libxpm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE= gnu +CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= ac_cv_search_gettext=no -BUILD_STYLE= auto -INSTALL_STYLE= auto confprog +BUILD_STYLE:= auto +INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_LIBXPM}/usr/lib |