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
2e058c30
Commit
2e058c30
authored
15 years ago
by
Travis Kemen
Browse files
Options
Downloads
Patches
Plain Diff
this patches fixes iproute2 parallel build.
-Raphael SVN-Revision: 20189
parent
fafcea14
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/iproute2/Makefile
+6
-8
6 additions, 8 deletions
package/iproute2/Makefile
with
6 additions
and
8 deletions
package/iproute2/Makefile
+
6
−
8
View file @
2e058c30
#
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006
-2010
OpenWrt.org
#
#
# This is free software, licensed under the GNU General Public License v2.
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
# See /LICENSE for more information.
...
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
...
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
iproute2
PKG_NAME
:=
iproute2
PKG_VERSION
:=
2.6.29-1
PKG_VERSION
:=
2.6.29-1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
http://devresources.linux-foundation.org/dev/iproute2/download/
PKG_SOURCE_URL
:=
http://devresources.linux-foundation.org/dev/iproute2/download/
...
@@ -48,7 +48,7 @@ define Build/Configure
...
@@ -48,7 +48,7 @@ define Build/Configure
$(SED)
"s,^LIBC_INCLUDE.*,LIBC_INCLUDE=$(STAGING_DIR)/include,"
\
$(SED)
"s,^LIBC_INCLUDE.*,LIBC_INCLUDE=$(STAGING_DIR)/include,"
\
$(PKG_BUILD_DIR)/Makefile
$(PKG_BUILD_DIR)/Makefile
# For now disable compiling of the misc directory because it seems to fail
# For now disable compiling of the misc directory because it seems to fail
rm
-rf
$(PKG_BUILD_DIR)/misc
rm
-rf
$(PKG_BUILD_DIR)/misc
$(SED)
"s, misc,,"
$(PKG_BUILD_DIR)/Makefile
$(SED)
"s, misc,,"
$(PKG_BUILD_DIR)/Makefile
endef
endef
...
@@ -59,8 +59,8 @@ MAKE_FLAGS += \
...
@@ -59,8 +59,8 @@ MAKE_FLAGS += \
all tc/tc ip/ip
all tc/tc ip/ip
define
Build/Compile
define
Build/Compile
$(MAKE)
-C
$(PKG_BUILD_DIR)/netem
HOSTCC
=
"
$(
HOSTCC
)
"
EXTRA_CCOPTS
=
"
$(
TARGET_CFLAGS
)
"
CFLAGS
=
"-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I ../include -DRESOLVE_HOSTNAMES"
$(_SINGLE)
$(MAKE)
-C
$(PKG_BUILD_DIR)/netem
HOSTCC
=
"
$(
HOSTCC
)
"
EXTRA_CCOPTS
=
"
$(
TARGET_CFLAGS
)
"
CFLAGS
=
"-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I ../include -DRESOLVE_HOSTNAMES"
$(Build/Compile/Default)
$(_SINGLE)
$(Build/Compile/Default)
endef
endef
define
Build/InstallDev
define
Build/InstallDev
...
@@ -90,5 +90,3 @@ endef
...
@@ -90,5 +90,3 @@ endef
$(
eval
$(
call BuildPackage,ip
))
$(
eval
$(
call BuildPackage,ip
))
$(
eval
$(
call BuildPackage,tc
))
$(
eval
$(
call BuildPackage,tc
))
$(
eval
$(
call BuildPackage,genl
))
$(
eval
$(
call BuildPackage,genl
))
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