Skip to content

Commit 48e9267

Browse files
author
Erik Bourget
committed
Moving mod_yahoo_range to its own dir, making non-LWES version in current dir
1 parent ba9f097 commit 48e9267

File tree

11 files changed

+453
-4
lines changed

11 files changed

+453
-4
lines changed

mod_range/index.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ default:
44
requires:
55
- libcrange
66
- httpd
7-
- lwes-local
87
summary: mod_range - apache module for range
9-
version: '1.1.0'
8+
version: '1.2.0'

mod_range/source/Makefile.regular

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all:
2-
apxs -c -I/home/y/include/lwes-0 mod_range.c -lcrange -L/home/y/lib64 -llwes
2+
apxs -c mod_range.c -lcrange
33

44
install:
5-
apxs -c -i -I/home/y/include/lwes-0 mod_range.c -lcrange -L/home/y/lib64 -llwes
5+
apxs -c -i mod_range.c -lcrange
66
/etc/init.d/httpd restart

0 commit comments

Comments
 (0)