Changeset 6178

Show
Ignore:
Timestamp:
05/21/10 12:56:16 (3 years ago)
Author:
Cyrus
Message:

luci2: Fix ldflags

Location:
luci2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • luci2/libustream/Makefile

    r6155 r6178  
    44LDFLAGS?= 
    55SSL:=ssl 
    6 EXTLIBS:=-l$(SSL) -lubox -ljson 
     6EXTLIBS:=-l$(SSL) -lubox -ljson -luci -lm 
    77 
    88all: libustream.so ustream 
  • luci2/uddns/Makefile

    r6172 r6178  
    99 
    1010$(BINARY): *.c 
    11     $(CC) $(CFLAGS) $(SFLAGS) $(WFLAGS) $(LDFLAGS) -I.. -I../libustream -lubox -lustream -o $@ $+ 
     11    $(CC) $(CFLAGS) $(SFLAGS) $(WFLAGS) $(LDFLAGS) -I.. -I../libustream -lubox -lustream -luci -lm -o $@ $+ 
    1212 
    1313clean: