allow old openssl for debian builds, due to old debian versions; refs #157

master
Marc Wäckerlin 13 years ago
parent 0ed41c7f51
commit 3a45f9a13d
  1. 2
      debian/rules
  2. 4
      src/qbrowserlib/log.hxx

2
debian/rules vendored

@ -30,7 +30,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" "" ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess cp -f /usr/share/misc/config.guess config.guess
endif endif
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qt-install-plugins=\$${prefix}/share/qt4/plugins/designer CFLAGS="$(CFLAGS)" CPPFLAGS=-DALLOW_SSL_0_8 ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qt-install-plugins=\$${prefix}/share/qt4/plugins/designer CFLAGS="$(CFLAGS)"
build: build-stamp build: build-stamp

@ -27,8 +27,10 @@
namespace qbrowserlib { namespace qbrowserlib {
#ifndef LOG #ifndef LOG
// #define LOG \
// QBROWSERLIB_LOCAL_TRACER
#define LOG \ #define LOG \
QBROWSERLIB_LOCAL_TRACER qbrowserlib::Log(1, __PRETTY_FUNCTION__, __FILE__, __LINE__)
#endif #endif
#ifndef TRC #ifndef TRC

Loading…
Cancel
Save