Fix wrt-radauth compilation (#3282)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/wrt-radauth/patches/001-ldpath.patch
Normal file
12
net/wrt-radauth/patches/001-ldpath.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urN wrt-radauth/Makefile wrt-radauth.new/Makefile
|
||||
--- wrt-radauth/Makefile 2007-01-07 20:05:21.000000000 +0100
|
||||
+++ wrt-radauth.new/Makefile 2008-04-01 22:50:09.000000000 +0200
|
||||
@@ -7,7 +7,7 @@
|
||||
all: wrt-radauth radius-client
|
||||
|
||||
wrt-radauth: wrt-radauth.o md5.o wireless.o radius.o
|
||||
- $(CC) $(LDFLAGS) -L$(WRT_BUILDROOT)/build_mipsel/root/usr/lib -lshared -lnvram $^ -o $@
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -L$(STAGING_DIR)/usr/lib -lshared -lnvram $^ -o $@
|
||||
|
||||
|
||||
radius-client: radius-client.o md5.o radius.o
|
Reference in New Issue
Block a user