English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/package/aiccu/patches/patch-unix-console_Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2950 by wbx, Fri Feb 2 19:38:46 2007 UTC revision 2951 by tha, Tue Jun 26 19:20:08 2007 UTC
# Line 3  $FreeWRT$ Line 3  $FreeWRT$
3   * disable SSL   * disable SSL
4   * remove unportable uname check and use Linux flags by default   * remove unportable uname check and use Linux flags by default
5   * add needed dns functions   * add needed dns functions
6     * disable stripping
7    
8  --- aiccu.orig/unix-console/Makefile    2007-01-15 12:04:27.000000000 +0100  --- aiccu.orig/unix-console/Makefile    2007-01-15 12:04:27.000000000 +0100
9  +++ aiccu/unix-console/Makefile 2007-02-01 21:24:08.000000000 +0100  +++ aiccu/unix-console/Makefile 2007-06-26 01:52:45.000000000 +0200
10  @@ -10,9 +10,9 @@  @@ -10,9 +10,9 @@
11   #  $Date: 2007-01-15 11:04:27 $   #  $Date: 2007-01-15 11:04:27 $
12   # **********************************************************/   # **********************************************************/
# Line 43  $FreeWRT$ Line 44  $FreeWRT$
44    
45   # FreeBSD   # FreeBSD
46   ifeq ($(shell uname | grep -c "FreeBSD"),1)   ifeq ($(shell uname | grep -c "FreeBSD"),1)
47    @@ -147,7 +147,6 @@ aiccu:      $(OBJS) ${SRCS} ${INCS}
48            $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
49     ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
50     ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
51    -       strip $@
52     endif
53     endif
54    

Legend:
Removed from v.2950  
changed lines
  Added in v.2951

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20