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
4a298f0c
Commit
4a298f0c
authored
17 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
move libtool out of tools/, seems like we need a per-target libtool
SVN-Revision: 9937
parent
c61b903d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/libtool/Makefile
+46
-0
46 additions, 0 deletions
package/libtool/Makefile
package/libtool/patches/001-force_dlopen_deplibs.patch
+0
-0
0 additions, 0 deletions
package/libtool/patches/001-force_dlopen_deplibs.patch
with
46 additions
and
0 deletions
tools
/libtool/Makefile
→
package
/libtool/Makefile
+
46
−
0
View file @
4a298f0c
...
@@ -18,26 +18,29 @@ PKG_MD5SUM:=8e0ac9797b62ba4dcc8a2fb7936412b0
...
@@ -18,26 +18,29 @@ PKG_MD5SUM:=8e0ac9797b62ba4dcc8a2fb7936412b0
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
include
$(INCLUDE_DIR)/
host-build
.mk
include
$(INCLUDE_DIR)/
package
.mk
define
Build/Configure
CONFIGURE_PREFIX
=
$(
STAGING_DIR
)
/host
$(
call
Build/Configure/Default,
\
--disable-shared
\
--disable-static
\
)
endef
define
Build/Compile
define
Package/libltdl
$(MAKE)
-C
$(PKG_BUILD_DIR)
SECTION
:=
libs
CATEGORY
:=
Libraries
TITLE
:=
A generic dynamic object loading library
URL
:=
http://www.gnu.org/software/libtool/
endef
endef
define
Build/Install
define
Build/InstallDev
$(MAKE)
-C
$(PKG_BUILD_DIR)
install
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
prefix
=
"
$(
2
)
"
\
exec_prefix
=
"
$(
2
)
"
\
install
$(INSTALL_DIR)
$(1)/lib
mv
$(2)/lib/*
$(1)/lib/
endef
endef
define
Build/Clean
define
Package/libltdl/install
$(
MAKE)
-C
$(PKG_BUILD_DIR)
uninstall
clean
$(
INSTALL_DIR)
$(1)/usr/lib
$(
call
Build/Clean/Default
)
$(
CP)
$(PKG_BUILD_DIR)/libltdl/.libs/libltdl.so.*
$(1)/usr/lib/
endef
endef
$(
eval
$(
call
Host
Build
))
$(
eval
$(
call Build
Package,libltdl
))
This diff is collapsed.
Click to expand it.
tools
/libtool/patches/001-force_dlopen_deplibs.patch
→
package
/libtool/patches/001-force_dlopen_deplibs.patch
+
0
−
0
View file @
4a298f0c
File moved
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