diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 13:12:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 13:12:46 +0000 |
commit | b1b01bcc6c91e07300385e08fe55aef593cb884a (patch) | |
tree | 64255087cc501a0219e1612d1ecd06c1c744e035 /openwrt/package/glib | |
parent | e5415e3c6c05920a1c7e772f3490f36a3ec3cd33 (diff) | |
download | mtk-20170518-b1b01bcc6c91e07300385e08fe55aef593cb884a.zip mtk-20170518-b1b01bcc6c91e07300385e08fe55aef593cb884a.tar.gz mtk-20170518-b1b01bcc6c91e07300385e08fe55aef593cb884a.tar.bz2 |
copy glibconfig-sysdeps.h to staging dir on glib compile
SVN-Revision: 554
Diffstat (limited to 'openwrt/package/glib')
-rw-r--r-- | openwrt/package/glib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile index 5f5babb..c3a0e6a 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) |