source:
freewrt/package/hostapd/patches/001-cross_compile_fix.patch@
475ad56
| Last change on this file since 475ad56 was 475ad56, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 1.0 KB | |
-
hostapd-0.5.2
Common subdirectories: hostapd-0.5.2/logwatch and hostapd-0.5.2.new/logwatch diff -u hostapd-0.5.2/Makefile hostapd-0.5.2.new/Makefile
old new 3 3 DIR_HOSTAP=. 4 4 5 5 ifndef CFLAGS 6 CFLAGS = -MMD -O2 -Wall -g6 CFLAGS = -MMD $(OPTFLAGS) $(CPPFLAGS) 7 7 endif 8 8 9 9 # define HOSTAPD_DUMP_STATE to include SIGUSR1 handler for dumping state to … … 266 266 for i in $(ALL); do cp $$i /usr/local/bin/$$i; done 267 267 268 268 hostapd: $(OBJS) 269 $(CC) -o hostapd $(OBJS) $(L IBS)269 $(CC) -o hostapd $(OBJS) $(LDFLAGS) $(LIBS) 270 270 271 271 driver_conf.c: Makefile .config 272 272 rm -f driver_conf.c … … 330 330 endif 331 331 332 332 nt_password_hash: $(NOBJS) 333 $(CC) -o nt_password_hash $(NOBJS) $(L IBS_n)333 $(CC) -o nt_password_hash $(NOBJS) $(LDFLAGS) $(LIBS_n) 334 334 335 335 hlr_auc_gw: $(HOBJS) 336 $(CC) -o hlr_auc_gw $(HOBJS) $(L IBS_h)336 $(CC) -o hlr_auc_gw $(HOBJS) $(LDFLAGS) $(LIBS_h) 337 337 338 338 clean: 339 339 rm -f core *~ *.o hostapd hostapd_cli nt_password_hash hlr_auc_gw
Note:
See TracBrowser
for help on using the repository browser.
