Package: quagga
Version: 0.98.3-7
Followup-For: Bug #306840

hi,
debian/rules does only insert an extra backslash when 
I_WANT_SSL=yes is set. 
Maybe this is due to wrong syntax ?
Copied the way mysql does it and it works. 
Heres a patch.

Cheers,
        Christoph



[EMAIL PROTECTED]:~$ diff quagga-0.98.3/debian/rules 
pachted_quagga/quagga-0.98.3/debian/rules
9a10,16
>
>
> ifeq ($(WANT_SNMP), 1)
>       USE_SNMP=--enable-snmp
> endif
>
>
23,29c30,36
<       if [ -z "$$I_WANT_OPENSSL" ]; then \
<         echo "DEBIAN: SNMP disabled, see README.Debian"; \
<         USE_SNMP="--disable-snmp"; \
<       else \
<         echo "DEBIAN: SNMP enabled, sorry for your inconvenience"; \
<         USE_SNMP="--enable-snmp"; \
<       fi
---
>       #if [ -z "$$I_WANT_OPENSSL" ]; then \
>       #  echo "DEBIAN: SNMP disabled, see README.Debian"; \
>       #  USE_SNMP="--disable-snmp"; \
>       #else \
>       #  echo "DEBIAN: SNMP enabled, sorry for your inconvenience"; \
>       #  USE_SNMP="--enable-snmp"; \
>       #fi




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-386
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages quagga depends on:
ii  iproute                     20041019-3   Professional tools to control the 
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcap1                     1:1.10-14    support for getting/setting POSIX.
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  libpam0g                    0.76-22      Pluggable Authentication Modules l
ii  libreadline4                4.3-11       GNU readline and history libraries
ii  logrotate                   3.7-2        Log rotation utility

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to