loksh: remove unneeded compiler and linker flags

This commit is contained in:
Renato Aguiar 2017-12-01 11:51:04 -08:00 committed by Toyam Cox
parent 3e816fd407
commit 062138ffb1

View file

@ -1,9 +1,9 @@
# Template file for 'loksh' # Template file for 'loksh'
pkgname=loksh pkgname=loksh
version=6.1 version=6.1
revision=1 revision=2
build_style=gnu-makefile 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" make_install_args="BIN_NAME=loksh"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libbsd-devel" makedepends="libbsd-devel"