mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
05ce920e12
Reworked Makefile for consistency between packages. Removed librt dependency. clock_gettime does not need it anymore. Updated URL. Add MAP_SYNC workaround as musl undefines MAP_SYNC for MIPS and PPC. Refreshed patches and removed upstream ones Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
412 B
Diff
13 lines
412 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -62,8 +62,7 @@ HDR_SUBDIRS = include libxfs
|
|
LIBFROG_SUBDIR = libfrog
|
|
DLIB_SUBDIRS = libxlog libxcmd libhandle
|
|
LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
|
|
-TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
|
|
- mdrestore repair rtcp m4 man doc debian spaceman
|
|
+TOOL_SUBDIRS = db fsck growfs io mkfs repair
|
|
|
|
ifeq ("$(ENABLE_SCRUB)","yes")
|
|
TOOL_SUBDIRS += scrub
|