Changeset 303d917 in freewrt


Ignore:
Timestamp:
Dec 25, 2006, 12:51:37 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
3b2cd4c
Parents:
2868356
Message:

fix xsupplicant build

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1381 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/xsupplicant/patches/patch-configure

    r2868356 r303d917  
    1 $FreeWRT$
     1diff -Nur xsupplicant-1.2.8.orig/configure xsupplicant-1.2.8/configure
    22--- xsupplicant-1.2.8.orig/configure    2006-10-07 20:02:55.000000000 +0200
    3 +++ xsupplicant-1.2.8/configure 2006-11-07 22:44:02.000000000 +0100
    4 @@ -3259,7 +3259,6 @@ if test "$LEX" = :; then
     3+++ xsupplicant-1.2.8/configure 2006-12-25 12:48:32.000000000 +0100
     4@@ -3259,7 +3259,6 @@
    55 fi
    66  if test -n "$LEX"; then
     
    1010 
    1111 ac_ext=c
    12 @@ -5364,15 +5363,9 @@ fi
     12@@ -5364,15 +5363,9 @@
    1313 
    1414 if test $FRAMER = "linux"; then
     
    2929 
    3030 CFLAGS="$GGDBFLAGS $CFLAGS"
     31diff -Nur xsupplicant-1.2.8.orig/lib/libxsupgui/Makefile.in xsupplicant-1.2.8/lib/libxsupgui/Makefile.in
     32--- xsupplicant-1.2.8.orig/lib/libxsupgui/Makefile.in   2006-10-03 05:02:31.000000000 +0200
     33+++ xsupplicant-1.2.8/lib/libxsupgui/Makefile.in        2006-12-25 12:49:03.000000000 +0100
     34@@ -112,7 +112,7 @@
     35 LIBS = @LIBS@
     36 depcomp =
     37 am__depfiles_maybe =
     38-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     39+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) \
     40        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     41 CCLD = $(CC)
     42 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Note: See TracChangeset for help on using the changeset viewer.