diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
commit | 5de4c2949b50992dd7c5063835301e5ff18e66cb (patch) | |
tree | ba5ee2fa165c196305264d4cd9dae7f70a5a081a /package/linux-atm/patches | |
parent | 83270395db5c6e016076f0ea593594b057778e05 (diff) |
make iproute compilable on FreeBSD host
make an extra linux-headers dir in STAGING_DIR for special
cases, where host gcc is used, but kernel headers from Linux
are needed. Move GNU make specific export to GNUMakefile.
Diffstat (limited to 'package/linux-atm/patches')
-rw-r--r-- | package/linux-atm/patches/patch-src_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/linux-atm/patches/patch-src_Makefile_in b/package/linux-atm/patches/patch-src_Makefile_in new file mode 100644 index 000000000..be1ca26b5 --- /dev/null +++ b/package/linux-atm/patches/patch-src_Makefile_in @@ -0,0 +1,11 @@ +--- linux-atm-2.5.0.orig/src/Makefile.in 2007-12-29 21:31:30.000000000 +0100 ++++ linux-atm-2.5.0/src/Makefile.in 2009-12-11 15:54:54.000000000 +0100 +@@ -179,7 +179,7 @@ target_os = @target_os@ + target_vendor = @target_vendor@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = include lib test debug qgen saal sigd maint arpd ilmid man led lane \ ++SUBDIRS = include lib debug qgen saal sigd maint arpd ilmid man led lane \ + mpoad oamd switch config extra br2684 + + all: all-recursive |