summaryrefslogtreecommitdiffstats
path: root/openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-27 13:56:04 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-27 13:56:04 +0000
commit63de79348557132cda3626a3bfc2c5be52b2a9fa (patch)
treeacc8020d8fd7f09c77233ab2d15c1b8b62d5e4e9 /openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch
parent9295dc842fb87825f069726c7f7436d7bb4aca0d (diff)
update freeradius to v1.1.1.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch')
-rw-r--r--openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch b/openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch
new file mode 100644
index 000000000..b96864423
--- /dev/null
+++ b/openwrt/package/freeradius/patches/05-freeradius-1.1.1-create_libdir_at_install.patch
@@ -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)