mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
mtools: add version 4.0.15
This is the latest release of mtools, which is also GPLv3. Leaving the previous recipe as-is since it is GPLv2. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Disable building with X11 support.
|
||||
#
|
||||
# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
||||
diff -urN mtools-4.0.15.orig//Makefile.in mtools-4.0.15//Makefile.in
|
||||
--- mtools-4.0.15.orig//Makefile.in 2010-10-17 08:41:09.000000000 -0700
|
||||
+++ mtools-4.0.15//Makefile.in 2010-11-23 13:59:49.258258374 -0800
|
||||
@@ -146,7 +146,7 @@
|
||||
CXXFLAGS = $(CPPFLAGS) $(DEFS) $(MYCXXFLAGS) -I. @extraincludedir@ -I@srcdir@ $(USERCFLAGS)
|
||||
LINK = $(CC) $(LDFLAGS) $(USERLDFLAGS) @extralibdir@
|
||||
ALLLIBS = $(USERLDLIBS) $(MACHDEPLIBS) $(SHLIB) $(LIBS)
|
||||
-X_LDFLAGS = $(X_EXTRA_LIBS) $(X_LIBS) -lXau -lX11 $(LIBS)
|
||||
+X_LDFLAGS = $(X_EXTRA_LIBS) $(X_LIBS) $(LIBS)
|
||||
X_CCFLAGS = $(X_CFLAGS) $(CFLAGS)
|
||||
|
||||
all: mtools $(LINKS) mkmanifest @FLOPPYD@ mtools.1 mtools.5
|
||||
Reference in New Issue
Block a user