git-svn-id: svn://svn.openwrt.org/openwrt/packages@11820 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-07-14 09:02:33 +00:00
parent 64b5f5f82d
commit 360d6786fc
2 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,25 @@
diff -ruN aprx-0.22.svn115.orig/Makefile.in aprx-0.22.svn115/Makefile.in
--- aprx-0.22.svn115.orig/Makefile.in 2008-07-06 17:28:27.000000000 -0400
+++ aprx-0.22.svn115/Makefile.in 2008-07-06 17:29:42.000000000 -0400
@@ -25,7 +25,7 @@
CFLAGS= @CFLAGS@ $(DEFS)
# Linker and flags
-LD= @LD@
+LD= @CC@
LDFLAGS= @LDFLAGS@
INSTALL= $(srcdir)/install-sh
@@ -75,10 +75,10 @@
all: $(PROGAPRX) $(PROGSTAT) man aprx.conf
$(PROGAPRX): $(OBJSAPRX) VERSION Makefile
- $(LD) $(LDFLAGS) -o $@ $(OBJSAPRX) $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJSAPRX) $(LIBS)
$(PROGSTAT): $(OBJSSTAT) VERSION Makefile
- $(LD) $(LDFLAGS) -o $@ $(OBJSSTAT) $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJSSTAT) $(LIBS)
.PHONY: man
man: $(MAN)