| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The tc program searches LIBDIR by default for the .dist files, and that
defaults to /usr/lib. But the netem subdir has /lib/ hardcoded which
means the default build+install results in the files not being found.
Further, these are plain text files which are read at runtime, so it
doesn't make sense to give them executable bits.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After changing the DESTDIR the installated binaries have some issues
due to hard coded paths. For example, using distributions on NetEm
would segfault.
I've changed iplink.c and tc_util.c so they are now aware of DESTDIR.
Along with that change I needed to change the main Makefile so it
defines the DESTDIR macro when calling gcc.
I also changed the paths so that during the installation sbin, etc,
share and lib directories are created directly inside of the DESTDIR,
instead of creating a usr directory inside that. That's the behaviour
of most packages out there, so I think most users will be expecting
that to happen.
|
|
|
|
|
|
|
|
| |
The programs in netem are compiled and run on the build machine, but they
use the CFLAGS that are meant for the target system and often times, these
are incompatible.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
| |
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
|
|
|
|
| |
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
Use HOSTCC when building local tools
|
|
|
|
| |
Fix out of range on paretonormal
|
|
|
|
| |
(Logical change 1.176)
|
| |
|
| |
|
|
|
|
| |
(Logical change 1.141)
|
|
|
|
| |
(Logical change 1.141)
|
|
|
|
| |
(Logical change 1.141)
|
|
|
|
| |
(Logical change 1.141)
|
|
|
|
| |
(Logical change 1.141)
|
| |
|
|
|