summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:32 +0100
commit7c7a310895260542394c3cab941143e07cb2db87 (patch)
tree5efaa7378b20974616f082d2eddc159303e07938 /package/glib
parent24ad479554f7f455548d92f6ddf048b12ce32e3e (diff)
no need for pre-configure anymore
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index a5df0225f..3ee7190d0 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -6,7 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= glib
PKG_VERSION:= 2.28.1
PKG_EXTRAVER:= 2.28
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e
PKG_DESCR:= low-level core library that forms the basis of GTK+
PKG_SECTION:= libs
@@ -42,19 +42,6 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \
ac_cv_func_posix_getpwuid_r=yes \
ac_cv_func_posix_getgrgid_r=yes
-pre-configure:
-ifneq ($(OStype),FreeBSD)
- (cd ${WRKBUILD}; rm -rf config.{cache,status}; \
- CFLAGS="-L/usr/local/lib" ./configure --prefix=$(STAGING_HOST_DIR) \
- --with-libiconv=gnu \
- )
- ${MAKE} -C ${WRKBUILD} V=1
- $(CP) ${WRKBUILD}/gio/.libs/glib-compile-schemas ${STAGING_HOST_DIR}/bin
- $(CP) ${WRKBUILD}/gobject/.libs/glib-genmarshal ${STAGING_HOST_DIR}/bin
- $(CP) ${WRKBUILD}/gobject/glib-mkenums ${STAGING_HOST_DIR}/bin
- ${MAKE} -C ${WRKBUILD} clean
-endif
-
glib-install:
${INSTALL_DIR} ${IDIR_GLIB}/usr/lib
${CP} ${WRKINST}/usr/lib/libgio*.so* ${IDIR_GLIB}/usr/lib