]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/blame - apache1-mod_xslt-make.patch
- use "%(%{apxs} -q SYSCONFDIR)" for _sysconfdir definition
[packages/apache1-mod_xslt.git] / apache1-mod_xslt-make.patch
CommitLineData
3cb2c82f 1--- modxslt/Makefile.orig Fri Sep 13 17:09:40 2002
2+++ modxslt/Makefile Fri Sep 13 17:09:21 2002
3@@ -6,7 +6,7 @@
4
5 # compile the shared object file
6 mod_xslt.so: mod_xslt.c
7- $(APXS) -c mod_xslt.c -o mod_xslt.so
8+ $(APXS) -c mod_xslt.c -o mod_xslt.so -lsablot
9
10 # cleanup
11 clean:
This page took 0.085647 seconds and 4 git commands to generate.