iproute2/genl
Stephen Hemminger a18fa24a7b genl Makefile LDFLAGS
The current genl Makefile sticks -lm and -ldl into LDFLAGS ... however, this
does not create the proper link order as the implicit Makefile rules will
place LDFLAGS before object files

attached patch uses LDLIBS for -lm and -ldl and make's implicit rule will
place them in the proper location

also, i removed the -s argument to `install` as install does stripping
improperly in many scenarios (such as cross-compiling) ... and in general,
it's nice if the decision to strip is handled by the sysadmin
-mike
2006-10-19 13:13:20 -07:00
..
.gitignore Add ignore file for new genl 2006-08-08 12:14:09 -07:00
ctrl.c This patch adds a generic netlink controller interface. 2006-08-08 12:13:34 -07:00
genl_utils.h This patch adds a generic netlink controller interface. 2006-08-08 12:13:34 -07:00
genl.c This patch adds a generic netlink controller interface. 2006-08-08 12:13:34 -07:00
Makefile genl Makefile LDFLAGS 2006-10-19 13:13:20 -07:00