Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/make/system-tools-extra.mk b/make/system-tools-extra.mk
- index 5306ac5..692e8cb 100644
- --- a/make/system-tools-extra.mk
- +++ b/make/system-tools-extra.mk
- @@ -507,8 +507,8 @@ $(D)/libglib: $(ARCHIVE)/glib-$(GLIB_VER).tar.xz $(D)/zlib $(D)/gettext $(D)/lib
- ; \
- $(MAKE) all; \
- $(MAKE) install DESTDIR=$(TARGETPREFIX)
- - mv $(TARGETLIB)/glib-2.0/include/*.h $(TARGETINCLUDE)
- - rm -rf $(TARGETLIB)/glib-2.0
- + cp -a $(TARGETLIB)/glib-2.0 $(TARGETINCLUDE)
- + #rm -rf $(TARGETLIB)/glib-2.0
- rm -rf $(TARGETLIB)/gio
- rm -rf $(TARGETPREFIX)/bin/gapplication
- rm -rf $(TARGETPREFIX)/bin/gdbus*
- @@ -570,6 +570,10 @@ $(D)/mc: $(ARCHIVE)/mc-$(MC-VER).tar.xz $(D)/libglib $(D)/libncurses | $(TARGETP
- $(CONFIGURE) \
- --prefix= \
- --mandir=/.remove \
- + --enable-static \
- + --disable-shared \
- + --enable-silent-rules \
- + --enable-maintainer-mode \
- --with-screen=ncurses \
- --disable-vfs-sftp \
- --without-x \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement