From: Zeljko Boros Date: Mon, 28 Oct 2013 15:12:24 +0000 (+0100) Subject: Dodan flag -Wl,-z,relro u Makefile X-Git-Tag: debian/1.27.wheezy2~2 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;h=548db10d2c1a30f26c97be90af141cf61c1d2ed5;p=sysadmin-cn.git Dodan flag -Wl,-z,relro u Makefile --- diff --git a/Makefile b/Makefile index ea48209..42347db 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL = /bin/sh CC = gcc -COPTS = -s -O2 -Wall +COPTS = -s -O2 -Wall -Wl,-z,relro all: sysadmin.c sysadmin.h @echo "CARNet System Admin Utility v1.26, 05 Apr 2002" diff --git a/debian/control b/debian/control index 80f7f3b..6c82512 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: sysadmin-cn Replaces: sysadmin Conflicts: sysadmin Provides: sysadmin -Depends: libc6, quota (>= 4.00) +Depends: quota (>= 4.00), ${shlibs:Depends} Architecture: any Description: Tty-based system administration tool Sysadmin is a simple menu driven tool for usual system administration