~ubuntu-branches/ubuntu/gutsy/dansguardian/gutsy-updates

« back to all changes in this revision

Viewing changes to autoconf/fbsd.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-08 21:02:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050408210242-ie5s6v0nbmlinpxn
Tags: 2.8.0.4-2
Added --oknodo to start-stop-daemon to get restarting 
working if it isn't started before (Closes: #303762)
Thanks to Kevin Traas for the patch 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      FatController.o UDSocket.o SysV.o ListContainer.o Ident.o \
10
10
      HTMLTemplate.o LanguageContainer.o DynamicURLList.o ImageContainer.o \
11
11
      FOptionContainer.o ListManager.o md5.o
12
 
LIBS = /usr/lib/libz.a
 
12
LIBS = $(libdir)/libz.a
13
13
PROG = dansguardian
14
14
INSTALLFILES = dansguardian dansguardian.conf dansguardian.sysv \
15
15
               bannedphraselist exceptionsitelist dansguardian.pl \
28
28
#Some advanced options:
29
29
#WARNING = -Wall
30
30
#OPTIMISE = -O2
31
 
+OPTIMISE = ${CXXFLAGS}
 
31
OPTIMISE = ${CXXFLAGS}
32
32
#DEBUG += -DDGDEBUG
33
33
#STATIC = -static
34
34
 
83
83
        cp -f ./dansguardian.8.gz $I$(MANUALFILES)man8/dansguardian.8.gz
84
84
        chown -R $(PROXYUSER):$(PROXYGROUP) $I$(LOGLOCATION)
85
85
        chmod -R u+wr $I$(LOGLOCATION)
 
86
        chmod -R og-w $I$(LOGLOCATION)
86
87
        chmod u+wrx $I$(LOGLOCATION)
87
88
        if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi
88
89