Skip to content

Commit 33aebb3

Browse files
committed
Fix module version, add missing distributions
1 parent 27e2201 commit 33aebb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all: src/mod_redirectionio.so
1212
@CC@ @CFLAGS@ -I. -c $(@:.o=.c) -fPIC -DPIC -o $@
1313

1414
src/mod_redirectionio.so: $(OBJ)
15-
@CC@ -shared -fPIC -DPIC $(OBJ) @LDFLAGS@ @LIBS@ -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -g -O2 -fstack-protector-strong -Wl,-soname -Wl,mod_redirectionio.so -o $@
15+
@CC@ -shared -fPIC -DPIC $(OBJ) @LDFLAGS@ @LIBS@ -Wl,-allow-multiple-definition -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -g -O2 -fstack-protector-strong -Wl,-soname -Wl,mod_redirectionio.so -o $@
1616

1717
.PHONY: install
1818
install: src/mod_redirectionio.so

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_INIT([mod_redirectionio], [1.0.0], [contact@redirection.io])
22

3-
AC_ARG_WITH([version], [AS_HELP_STRING([--with-proxy-version],
3+
AC_ARG_WITH([proxy_version], [AS_HELP_STRING([--with-proxy-version],
44
[proxy version to output])],
55
[PROXY_VERSION=$withval], [PROXY_VERSION=libapache2-mod-redirectionio:dev])
66

0 commit comments

Comments
 (0)