From db06c4502d91c4d31e89159b77de17615930c867 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 Apr 2005 13:12:46 +0000 Subject: [PATCH] copy glibconfig-sysdeps.h to staging dir on glib compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/glib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile index 5f5babbca..c3a0e6a67 100644 --- a/openwrt/package/glib/Makefile +++ b/openwrt/package/glib/Makefile @@ -79,6 +79,7 @@ $(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(STAGING_DIR)" \ install + cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/ $(PKG_IPK): $(STAGING_DIR)/lib/libglib.so mkdir -p $(PACKAGE_DIR) -- 2.20.1