projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0929e8c
)
glib2: cache two more symbols that cannot be determined during cross compilation
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 8 Mar 2011 05:59:25 +0000
(
05:59
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 8 Mar 2011 05:59:25 +0000
(
05:59
+0000)
SVN-Revision: 25945
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index dd4ceca5e9fcb72898a011ed7a01d250be02e1b4..da44539016c793ab053bbd8b81a2329c1c3eafe7 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-16,7
+16,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
PKG_SOURCE_URL:=@GNOME/glib/2.26
PKG_MD5SUM:=17535accceef55bcb17a74d73f9c2aef
-PKG_FIXUP:=
libtool
+PKG_FIXUP:=
autoreconf
PKG_BUILD_DEPENDS:=glib2/host libpthread zlib
HOST_BUILD_DEPENDS:=gettext/host libiconv/host
PKG_INSTALL:=1
@@
-52,6
+52,8
@@
define Build/Configure
glib_cv_uscore=no \
ac_cv_path_GLIB_GENMARSHAL=$(STAGING_DIR_HOST)/bin/glib-genmarshal \
ac_cv_func_mmap_fixed_mapped=yes \
+ ac_cv_func_posix_getpwuid_r=yes \
+ ac_cv_func_posix_getgrgid_r=yes \
);
endef