From 062138ffb1fc52d0ee6de6fe52f356d212dd7d4e Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Fri, 1 Dec 2017 11:51:04 -0800 Subject: [PATCH] loksh: remove unneeded compiler and linker flags --- srcpkgs/loksh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/loksh/template b/srcpkgs/loksh/template index a55f8e51e83..041e7d65f3e 100644 --- a/srcpkgs/loksh/template +++ b/srcpkgs/loksh/template @@ -1,9 +1,9 @@ # Template file for 'loksh' pkgname=loksh version=6.1 -revision=1 +revision=2 build_style=gnu-makefile -make_build_args="HAVE_LIBBSD=1 CFLAGS+=-fPIC LDFLAGS+=-pie" +make_build_args="HAVE_LIBBSD=1" make_install_args="BIN_NAME=loksh" hostmakedepends="pkg-config" makedepends="libbsd-devel"