]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/uml-utilities/uml-utilities-20040406/fix-ldflags.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / uml-utilities / uml-utilities-20040406 / fix-ldflags.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- tools/mconsole/Makefile~fix-ldflags 2003-02-08 05:10:08.000000000 +0100
7 +++ tools/mconsole/Makefile     2004-04-01 15:37:37.000000000 +0200
8 @@ -7,7 +7,7 @@
9  all : $(BIN)
10  
11  $(BIN) : $(OBJS)
12 -       $(CC) $(CFLAGS) -o $(BIN) $(OBJS) -lreadline -lncurses
13 +       $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS) -lreadline -lncurses
14  
15  clean : 
16         rm -f $(BIN) $(OBJS) *~