add prerelease so we don't get deinstalled all the time..
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 3 May 2011 19:55:11 +0000 (19:55 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 3 May 2011 19:55:11 +0000 (19:55 +0000)
libcitadel/debian/changelog
libcitadel/debian/rules

index f4ca91ae38c7cc2a4ada46ee8d4ca59a9d8892e9..1b9921f88e87ed202b2b908658bbf4f7b2aea5bb 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (7.89-99) stable; urgency=low
+
+  * pre release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 28 Jul 2010 22:00:00 +0001
+
 libcitadel (7.83-91) stable; urgency=low
 
   * new release
index 36f994c38aee7f24003e942520a9891957a9d714..a0cddd79e2c434491d70e6a668eb5599ddcd31c7 100755 (executable)
@@ -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)))