forked from pool/apache2-mod_maxminddb
5673cb86c2
- Added autoreconf to allow building on factory version - Added apache2-mod_maxminddb-build.patch to make it buildable on opensuse fatory again. Does not build with LDFLAGS="-flto=8" OBS-URL: https://build.opensuse.org/request/show/735647 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_maxminddb?expand=0&rev=3
13 lines
581 B
Diff
13 lines
581 B
Diff
diff -ur mod_maxminddb-1.1.0-orig/src/Makefile.am mod_maxminddb-1.1.0/src/Makefile.am
|
|
--- mod_maxminddb-1.1.0-orig/src/Makefile.am 2014-11-18 00:00:15.000000000 +0100
|
|
+++ mod_maxminddb-1.1.0/src/Makefile.am 2019-10-07 11:29:38.515732542 +0200
|
|
@@ -6,7 +6,7 @@
|
|
|
|
# compile the DSO file
|
|
module: mod_maxminddb.c $(TARGET)
|
|
- $(APXS) -c $(LDFLAGS) $(LIBMAXMINDDB_LDFLAGS) $(LIBS) $(WC) $(APXS_LDFLAGS) mod_maxminddb.c
|
|
+ $(APXS) -c $(LIBMAXMINDDB_LDFLAGS) $(LIBS) $(WC) $(APXS_LDFLAGS) mod_maxminddb.c
|
|
|
|
install-exec-local: module
|
|
$(APXS) -i -a -n maxminddb .libs/mod_maxminddb.so
|