source:
freewrt/package/netperf/patches/01-netperf-2.3pl1-openwrt.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.3 KB | |
-
netperf-2.3pl1
old new 15 15 # for the rest of the world, it is probably better to put the binaries 16 16 # in /usr/local/netperf or /opt/netperf 17 17 # 18 #NETPERF_HOME = /usr/local/netperf 19 NETPERF_HOME = /opt/netperf 18 NETPERF_HOME = $(TARGET_NETPERF_HOME) 20 19 21 20 # The compiler on your system might be somewhere else, and/or have 22 21 # a different name. … … 40 39 # You may safely ignore that warning. 41 40 # 42 41 43 CC = cc42 CC = $(TARGET_CC) 44 43 45 44 # Adding flags to CFLAGS enables some non-mainline features. For 46 45 # more information, please consult the source code. … … 113 112 # netserver via the netperf command line with -T 114 113 115 114 LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" 116 CFLAGS = - O -D$(LOG_FILE) -DNEED_MAKEFILE_EDIT115 CFLAGS = -D$(LOG_FILE) $(TARGET_CFLAGS) 117 116 118 117 # Some platforms, and some options, require additional libraries. 119 118 # you can add to the "LIBS =" line to accomplish this. if you find … … 136 135 # -lresolv - required for -DDO_DNS on RedHat 7.1 137 136 # -lsocket -lbind - required for Zeta OS 138 137 139 LIBS= -lm 138 LIBS= -lm $(TARGET_LIBS) 140 139 141 140 # --------------------------------------------------------------- 142 141 # it should not be the case that anything below this line needs to
Note:
See TracBrowser
for help on using the repository browser.
