Skip to content
Commits on Source (2)
cdbfasta (0.99-20100722-6) UNRELEASED; urgency=medium
cdbfasta (0.99-20100722-6) unstable; urgency=medium
* Team upload.
[ Jelmer Vernooij ]
* Trim trailing whitespace.
......@@ -10,6 +12,7 @@ cdbfasta (0.99-20100722-6) UNRELEASED; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/copyright
* Fix hardening
-- Saira Hussain <saira.h0213@zoho.com> Wed, 31 Jul 2019 18:51:18 +0200
......
......@@ -18,3 +18,12 @@ Date: Tue, 18 Dec 2012 16:41:28 +0100
endif
%.o : %.c
@@ -56,7 +56,7 @@ endif
# C/C++ linker
LINKER := g++
-LDFLAGS = -lz
+LDFLAGS := -lz $(LDFLAGS)
#if ENABLE_COMPRESSION is not needed,
# LDFLAGS =
File mode changed from 100755 to 100644