task-pandora-*: Commit latest Xfce and Core tasks to build PAM correctly and package...
[openpandora.oe.git] / recipes / pandora-system / pandora-wifi-tools / wlan_cu_makefile.patch
1 1e76adf502f842190416d5d7e3a8bc4f8f7a2c2a
2  sta_dk_4_0_4_32/CUDK/CLI/Makefile |    2 +-
3  1 files changed, 1 insertions(+), 1 deletions(-)
4
5 diff --git a/sta_dk_4_0_4_32/CUDK/CLI/Makefile b/sta_dk_4_0_4_32/CUDK/CLI/Makefile
6 old mode 100644
7 new mode 100755
8 index 93bd1e5..97d07a7
9 --- a/sta_dk_4_0_4_32/CUDK/CLI/Makefile
10 +++ b/sta_dk_4_0_4_32/CUDK/CLI/Makefile
11 @@ -136,7 +136,7 @@ endif
12  
13  $(TARGET): $(OBJS) $(TI_UTIL_ADAPTER_LIB)
14  #      echo MAKECMDGOALS: $(MAKECMDGOALS) : $(findstring $(MAKECMDGOALS), "clean cleanall")
15 -       $(CROSS_COMPILE)gcc $(OBJS) -L $(CUDK_ROOT)/Output -l $(TI_UTIL_ADAPTER_LIB) $(LDFLAGS) -lpthread -lc -lstdc++ -static -o $@
16 +       $(CROSS_COMPILE)gcc $(OBJS) -L $(OUTPUT_DIR) -l $(TI_UTIL_ADAPTER_LIB) $(LDFLAGS) -lpthread -lc -lstdc++ -static -o $@
17  ifeq ($(DEBUG), y)
18         cp -a $(TARGET) $(TARGET)_debug
19         $(CROSS_COMPILE)strip -s $(TARGET)