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
cf3da7d2
Commit
cf3da7d2
authored
8 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
Revert "ncurses: package the tinfo library separately"
This reverts commit
975f7160
.
parent
30d955a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/libs/ncurses/Makefile
+2
-3
2 additions, 3 deletions
package/libs/ncurses/Makefile
with
2 additions
and
3 deletions
package/libs/ncurses/Makefile
+
2
−
3
View file @
cf3da7d2
...
@@ -61,7 +61,6 @@ CONFIGURE_ARGS += \
...
@@ -61,7 +61,6 @@ CONFIGURE_ARGS += \
--disable-home-terminfo
\
--disable-home-terminfo
\
--with-normal
\
--with-normal
\
--with-shared
\
--with-shared
\
--with-termlib
\
--with-terminfo-dirs
=
/usr/share/terminfo
\
--with-terminfo-dirs
=
/usr/share/terminfo
\
--with-default-terminfo-dir
=
/usr/share/terminfo
\
--with-default-terminfo-dir
=
/usr/share/terminfo
\
--enable-widec
\
--enable-widec
\
...
@@ -117,7 +116,7 @@ endef
...
@@ -117,7 +116,7 @@ endef
define
Package/libncursesw/install
define
Package/libncursesw/install
$(INSTALL_DIR)
$(1)/usr/lib
$(INSTALL_DIR)
$(1)/usr/lib
for
lib
in
ncurses
panel
menu
form
tinfo
;
do
\
for
lib
in
ncurses
panel
menu
form;
do
\
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so*
$(1)/usr/lib/;
\
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so*
$(1)/usr/lib/;
\
ln
-s
lib$$$${lib}w.so
$(1)/usr/lib/lib$$$${lib}.so;
\
ln
-s
lib$$$${lib}w.so
$(1)/usr/lib/lib$$$${lib}.so;
\
done
done
...
@@ -125,7 +124,7 @@ endef
...
@@ -125,7 +124,7 @@ endef
define
Build/InstallDev
define
Build/InstallDev
$(CP)
$(PKG_INSTALL_DIR)/*
$(1)
$(CP)
$(PKG_INSTALL_DIR)/*
$(1)
for
lib
in
ncurses
panel
menu
form
tinfo
;
do
\
for
lib
in
ncurses
panel
menu
form;
do
\
ln
-s
lib$$$${lib}w.so
$(1)/usr/lib/lib$$$${lib}.so;
\
ln
-s
lib$$$${lib}w.so
$(1)/usr/lib/lib$$$${lib}.so;
\
done
done
$(INSTALL_DIR)
$(2)/bin
$(INSTALL_DIR)
$(2)/bin
...
...
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