Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
be8b1b4d
Commit
be8b1b4d
authored
14 years ago
by
Lars-Peter Clausen
Browse files
Options
Downloads
Patches
Plain Diff
libuuid: Use libuuid from util-linux-ng instead of e2fsprogs
SVN-Revision: 23189
parent
4e8f4e1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/libuuid/Makefile
+52
-15
52 additions, 15 deletions
tools/libuuid/Makefile
tools/libuuid/patches/001-strip-configure.patch
+0
-1994
0 additions, 1994 deletions
tools/libuuid/patches/001-strip-configure.patch
with
52 additions
and
2009 deletions
tools/libuuid/Makefile
+
52
−
15
View file @
be8b1b4d
...
...
@@ -7,44 +7,81 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
e2fsprogs
PKG_VERSION
:=
1.40
.1
1
PKG_MD5SUM
:=
004cea70d724fdc7f1a952dffe4c9db8
PKG_NAME
:=
util-linux-ng
PKG_VERSION
:=
2
.1
8
PKG_MD5SUM
:=
aff22adfff1bf39cd3f13371b95a3d3a
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
@SF/e2fsprogs
PKG_SOURCE_URL
:=
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/
include
$(INCLUDE_DIR)/host-build.mk
define
Host/Configure
$(
call
Host/Configure/Default,
\
--
en
able-shared
\
$(
call
Host/Configure/Default,
\
--
dis
able-shared
\
--enable-static
\
--disable-rpath
\
--enable-elf-shlibs
\
--disable-dynamic-e2fsck
\
--disable-tls
\
--disable-mount
\
--disable-fsck
\
--enable-libuuid
\
--disable-uuidd
\
--disable-libblkid
\
--disable-libmount
\
--disable-nls
\
--disable-rpath
\
--disable-arch
\
--disable-agetty
\
--disable-cramfs
\
--disable-switch
\
--disable-pivot
\
--disable-fallocate
\
--disable-unshare
\
--disable-elvtune
\
--disable-init
\
--disable-kill
\
--disable-last
\
--disable-mesg
\
--disable-partx
\
--disable-raw
\
--disable-rename
\
--disable-reset
\
--disable-login-utils
\
--disable-schedutils
\
--disable-wall
\
--disable-write
\
--disable-chsh-only-listed
\
--disable-login-chown-vcs
\
--disable-login-stat-mail
\
--disable-pg-bell
\
--disable-require-password
\
--disable-fs-paths-default
\
--disable-fs-paths-extra
\
--disable-use-tty-group
\
--disable-makeinstall-chown
\
--disable-makeinstall-setuid
\
--without-libiconv-prefix
\
--without-libintl-prefix
\
--without-ncurses
\
--without-slang
\
--without-utempter
\
--without-pam
\
--without-selinux
\
--without-audit
\
)
endef
define
Host/Compile
$(MAKE)
-C
$(HOST_BUILD_DIR)/lib/uuid
libuuid.a
$(MAKE)
-C
$(HOST_BUILD_DIR)/
sh
lib
s
/uuid
/src
endef
define
Host/Install
$(INSTALL_DIR)
$(STAGING_DIR_HOST)/{lib,include/uuid}
$(CP)
$(HOST_BUILD_DIR)/lib/uuid/uuid.h
$(STAGING_DIR_HOST)/include/uuid/
$(CP)
$(HOST_BUILD_DIR)/lib/uuid/libuuid.a
$(STAGING_DIR_HOST)/lib/
$(MAKE)
-C
$(HOST_BUILD_DIR)/shlibs/uuid/src
install
endef
define
Host/Clean
rm
-f
$(STAGING_DIR_HOST)/include/uuid/uuid.h
rm
-f
$(STAGING_DIR_HOST)/lib/uuid/libuuid.*
$(
call
Host/Clean/Default
)
-$(MAKE)
-C
$(HOST_BUILD_DIR)/shlibs/uuid/src
uninstall
endef
$(
eval
$(
call HostBuild
))
This diff is collapsed.
Click to expand it.
tools/libuuid/patches/001-strip-configure.patch
deleted
100644 → 0
+
0
−
1994
View file @
4e8f4e1d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment