Advertisement
svenhoefer

Untitled

Aug 3rd, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.22 KB | None | 0 0
  1. diff --git a/make/system-tools-extra.mk b/make/system-tools-extra.mk
  2. index 5306ac5..692e8cb 100644
  3. --- a/make/system-tools-extra.mk
  4. +++ b/make/system-tools-extra.mk
  5. @@ -507,8 +507,8 @@ $(D)/libglib: $(ARCHIVE)/glib-$(GLIB_VER).tar.xz $(D)/zlib $(D)/gettext $(D)/lib
  6.                         ; \
  7.                 $(MAKE) all; \
  8.                 $(MAKE) install DESTDIR=$(TARGETPREFIX)
  9. -       mv $(TARGETLIB)/glib-2.0/include/*.h $(TARGETINCLUDE)
  10. -       rm -rf $(TARGETLIB)/glib-2.0
  11. +       cp -a $(TARGETLIB)/glib-2.0 $(TARGETINCLUDE)
  12. +       #rm -rf $(TARGETLIB)/glib-2.0
  13.         rm -rf $(TARGETLIB)/gio
  14.         rm -rf $(TARGETPREFIX)/bin/gapplication
  15.         rm -rf $(TARGETPREFIX)/bin/gdbus*
  16. @@ -570,6 +570,10 @@ $(D)/mc: $(ARCHIVE)/mc-$(MC-VER).tar.xz $(D)/libglib $(D)/libncurses | $(TARGETP
  17.                 $(CONFIGURE) \
  18.                         --prefix= \
  19.                         --mandir=/.remove \
  20. +                       --enable-static \
  21. +                       --disable-shared \
  22. +                       --enable-silent-rules \
  23. +                       --enable-maintainer-mode \
  24.                         --with-screen=ncurses \
  25.                         --disable-vfs-sftp \
  26.                         --without-x \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement