[Pkg-citadel-commit] r244 - libcitadel/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Sun Mar 1 20:59:32 UTC 2009


Author: meskes
Date: 2009-03-01 20:59:31 +0000 (Sun, 01 Mar 2009)
New Revision: 244

Modified:
   libcitadel/trunk/debian/rules
Log:
Fixed typo



Modified: libcitadel/trunk/debian/rules
===================================================================
--- libcitadel/trunk/debian/rules	2009-03-01 20:55:08 UTC (rev 243)
+++ libcitadel/trunk/debian/rules	2009-03-01 20:59:31 UTC (rev 244)
@@ -10,7 +10,7 @@
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -Wall -g
-LDFALGS = 
+LDFLAGS = 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D DEBUG -D VALGRIND
 	EXTRA_ARGS =  --with-backtrace




More information about the Pkg-citadel-commit mailing list