One more needed pkgdatadir change found by Jiri Skala
This commit is contained in:
parent
4d3663d881
commit
a120bdfb1f
@ -1,6 +1,6 @@
|
||||
diff -up squid-3.1.0.13/errors/Makefile.am.build squid-3.1.0.13/errors/Makefile.am
|
||||
--- squid-3.1.0.13/errors/Makefile.am.build 2009-08-04 15:32:08.000000000 +0200
|
||||
+++ squid-3.1.0.13/errors/Makefile.am 2009-09-01 01:55:37.000000000 +0200
|
||||
+++ squid-3.1.0.13/errors/Makefile.am 2009-09-04 04:11:29.000000000 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
#
|
||||
@ -12,7 +12,7 @@ diff -up squid-3.1.0.13/errors/Makefile.am.build squid-3.1.0.13/errors/Makefile.
|
||||
|
||||
diff -up squid-3.1.0.13/errors/Makefile.in.build squid-3.1.0.13/errors/Makefile.in
|
||||
--- squid-3.1.0.13/errors/Makefile.in.build 2009-08-04 15:32:30.000000000 +0200
|
||||
+++ squid-3.1.0.13/errors/Makefile.in 2009-09-01 01:56:14.000000000 +0200
|
||||
+++ squid-3.1.0.13/errors/Makefile.in 2009-09-04 04:19:05.000000000 +0200
|
||||
@@ -221,7 +221,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
@ -24,7 +24,7 @@ diff -up squid-3.1.0.13/errors/Makefile.in.build squid-3.1.0.13/errors/Makefile.
|
||||
TRANSLATIONPO = `ls -1 $(top_srcdir)/errors/*.po | grep -o -E "[a-z\-]+\.po" | sed s/.po//`
|
||||
diff -up squid-3.1.0.13/icons/Makefile.am.build squid-3.1.0.13/icons/Makefile.am
|
||||
--- squid-3.1.0.13/icons/Makefile.am.build 2009-08-04 15:32:10.000000000 +0200
|
||||
+++ squid-3.1.0.13/icons/Makefile.am 2009-09-01 01:55:37.000000000 +0200
|
||||
+++ squid-3.1.0.13/icons/Makefile.am 2009-09-04 04:11:29.000000000 +0200
|
||||
@@ -29,7 +29,7 @@ ICONS = anthony-binhex.gif \
|
||||
anthony-xbm.gif \
|
||||
anthony-xpm.gif
|
||||
@ -36,7 +36,7 @@ diff -up squid-3.1.0.13/icons/Makefile.am.build squid-3.1.0.13/icons/Makefile.am
|
||||
DISTCLEANFILES =
|
||||
diff -up squid-3.1.0.13/icons/Makefile.in.build squid-3.1.0.13/icons/Makefile.in
|
||||
--- squid-3.1.0.13/icons/Makefile.in.build 2009-08-04 15:32:35.000000000 +0200
|
||||
+++ squid-3.1.0.13/icons/Makefile.in 2009-09-01 01:56:19.000000000 +0200
|
||||
+++ squid-3.1.0.13/icons/Makefile.in 2009-09-04 04:19:10.000000000 +0200
|
||||
@@ -258,7 +258,7 @@ ICONS = anthony-binhex.gif \
|
||||
anthony-xbm.gif \
|
||||
anthony-xpm.gif
|
||||
@ -48,7 +48,7 @@ diff -up squid-3.1.0.13/icons/Makefile.in.build squid-3.1.0.13/icons/Makefile.in
|
||||
DISTCLEANFILES =
|
||||
diff -up squid-3.1.0.13/src/Makefile.am.build squid-3.1.0.13/src/Makefile.am
|
||||
--- squid-3.1.0.13/src/Makefile.am.build 2009-08-04 15:32:13.000000000 +0200
|
||||
+++ squid-3.1.0.13/src/Makefile.am 2009-09-01 01:55:37.000000000 +0200
|
||||
+++ squid-3.1.0.13/src/Makefile.am 2009-09-04 04:18:01.000000000 +0200
|
||||
@@ -639,7 +639,9 @@ sysconf_DATA = \
|
||||
squid.conf.documented \
|
||||
mime.conf.default
|
||||
@ -60,7 +60,7 @@ diff -up squid-3.1.0.13/src/Makefile.am.build squid-3.1.0.13/src/Makefile.am
|
||||
mib.txt
|
||||
|
||||
LDADD = $(COMMON_LIBS) -L../lib -lmiscutil @XTRA_LIBS@ @EPOLL_LIBS@ @MINGW_LIBS@
|
||||
@@ -712,13 +714,13 @@ DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_
|
||||
@@ -712,17 +714,17 @@ DEFAULT_ACCESS_LOG = $(DEFAULT_LOG_
|
||||
DEFAULT_STORE_LOG = $(DEFAULT_LOG_PREFIX)/store.log
|
||||
DEFAULT_PID_FILE = @DEFAULT_PIDFILE@
|
||||
DEFAULT_NETDB_FILE = $(DEFAULT_LOG_PREFIX)/netdb.state
|
||||
@ -78,6 +78,11 @@ diff -up squid-3.1.0.13/src/Makefile.am.build squid-3.1.0.13/src/Makefile.am
|
||||
DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
|
||||
|
||||
# Make location configure settings available to the code
|
||||
-DEFS += -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -DDEFAULT_SQUID_DATA_DIR=\"$(datadir)\" -DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"
|
||||
+DEFS += -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -DDEFAULT_SQUID_DATA_DIR=\"$(pkgdatadir)\" -DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"
|
||||
|
||||
snmp_core.o snmp_agent.o: ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h
|
||||
|
||||
@@ -785,7 +787,7 @@ cf.data: cf.data.pre Makefile
|
||||
repl_modules.cc: repl_modules.sh Makefile
|
||||
$(SHELL) $(srcdir)/repl_modules.sh $(REPL_POLICIES) > repl_modules.cc
|
||||
@ -89,7 +94,7 @@ diff -up squid-3.1.0.13/src/Makefile.am.build squid-3.1.0.13/src/Makefile.am
|
||||
else \
|
||||
diff -up squid-3.1.0.13/src/Makefile.in.build squid-3.1.0.13/src/Makefile.in
|
||||
--- squid-3.1.0.13/src/Makefile.in.build 2009-08-04 15:32:36.000000000 +0200
|
||||
+++ squid-3.1.0.13/src/Makefile.in 2009-09-01 01:56:20.000000000 +0200
|
||||
+++ squid-3.1.0.13/src/Makefile.in 2009-09-04 04:19:11.000000000 +0200
|
||||
@@ -130,7 +130,7 @@ am_libsquid_la_OBJECTS = comm.lo CommCal
|
||||
SquidConfig.lo TextException.lo
|
||||
libsquid_la_OBJECTS = $(am_libsquid_la_OBJECTS)
|
||||
@ -111,6 +116,15 @@ diff -up squid-3.1.0.13/src/Makefile.in.build squid-3.1.0.13/src/Makefile.in
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
@@ -1361,7 +1361,7 @@ DEFAULT_PIDFILE = @DEFAULT_PIDFILE@
|
||||
|
||||
# Make location configure settings available to the code
|
||||
DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
|
||||
- -DDEFAULT_SQUID_DATA_DIR=\"$(datadir)\" \
|
||||
+ -DDEFAULT_SQUID_DATA_DIR=\"$(pkgdatadir)\" \
|
||||
-DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"
|
||||
DEPDIR = @DEPDIR@
|
||||
DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
|
||||
@@ -1850,7 +1850,10 @@ sysconf_DATA = \
|
||||
squid.conf.documented \
|
||||
mime.conf.default
|
||||
|
Loading…
Reference in New Issue
Block a user