opnsense-ports/devel/libsml/files/patch-sml-Makefile
Franco Fichtner 7efd253b21 */*: sync with upstream
Taken from: HardenedBSD
2018-06-22 07:30:49 +02:00

13 lines
302 B
Text

--- sml/Makefile.orig 2018-01-25 17:04:21 UTC
+++ sml/Makefile
@@ -4,10 +4,6 @@ CFLAGS += -I./include/ -fPIC -fno-stack-protector -g -
# Available Flags:
# SML_NO_UUID_LIB - compile without uuid lib
-ifneq ($(UNAME), Darwin)
-LIBS=-luuid
-endif
-
NAME=libsml
SOVERSION=1
ifeq ($(UNAME), Darwin)