From 51a1911d9010cb3c40ded2b7e6bd3d6350ba21e2 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 3 May 2011 19:55:11 +0000 Subject: [PATCH] add prerelease so we don't get deinstalled all the time.. --- libcitadel/debian/changelog | 6 ++++++ libcitadel/debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index f4ca91ae3..1b9921f88 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (7.89-99) stable; urgency=low + + * pre release + + -- Wilfried Goesgens Wed, 28 Jul 2010 22:00:00 +0001 + libcitadel (7.83-91) stable; urgency=low * new release diff --git a/libcitadel/debian/rules b/libcitadel/debian/rules index 36f994c38..a0cddd79e 100755 --- a/libcitadel/debian/rules +++ b/libcitadel/debian/rules @@ -17,7 +17,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D DEBUG -D VALGRIND EXTRA_ARGS = --with-backtrace else - CFLAGS += -O2 + CFLAGS += -O2 -fPIC endif ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS))) -- 2.30.2