src/world/libcap/Makefile
Nathan Fisher 10afb1cd9b Fix libcap build on some architectures; Fix some issues with shell startup
scripts; Improve firmware Makefile; Fix messages in hhl.staticlib.mk
2022-09-01 09:03:41 -04:00

16 lines
482 B
Makefile

# Makefile - hhl - /usr/src/world/libcap
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = libcap
patches += libcap-nostatic.patch
patches += libcap-sysroot.patch
no_objdir = 1
use_configure = 0
include world.mk
makeflags += lib=lib
export BUILD_CC = gcc
export SYSROOT = $(DESTDIR)
export CROSS_COMPILE = $(tgt)-
export COPTS = -O2
post_install = chmod 755 $(DESTDIR)/lib/libcap.so.$(libcap_version)
include targets.mk