update freeradius to 1.0.6 (closes: #1331), rename patches to match our naming convention, available dictionnaries are now handled from the Makefile (no need for a dict patch anymore)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/freeradius/patches/005-create_libdir_at_install.patch
Normal file
11
net/freeradius/patches/005-create_libdir_at_install.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -ruN freeradius-1.1.1-old/Makefile freeradius-1.1.1-new/Makefile
|
||||
--- freeradius-1.1.1-old/Makefile 2005-04-11 23:18:27.000000000 +0200
|
||||
+++ freeradius-1.1.1-new/Makefile 2006-05-22 08:27:44.000000000 +0200
|
||||
@@ -38,6 +38,7 @@
|
||||
install:
|
||||
$(INSTALL) -d -m 755 $(R)$(sbindir)
|
||||
$(INSTALL) -d -m 755 $(R)$(bindir)
|
||||
+ $(INSTALL) -d -m 755 $(R)$(libdir)
|
||||
$(INSTALL) -d -m 755 $(R)$(raddbdir)
|
||||
$(INSTALL) -d -m 755 $(R)$(mandir)
|
||||
$(INSTALL) -d -m 755 $(R)$(RUNDIR)
|
Reference in New Issue
Block a user