From 9d29fe5f02d05bec0e99b89c220d572a9dc8d142 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 31 Jan 2024 11:40:10 +0000 Subject: [PATCH] fix git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@145 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03a656e..af2240b 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ CFLAGS := -g -std=c99 -fPIC -D_XOPEN_SOURCE=600 LDFLAGS := LIBS := PREFIX := /usr/local -VERSION = $(shell cat Library/W3Version.h | $(GREP) -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -A 1 -Eo "LIBW3_VERSION" | sed "s/LIBW3_VERSION//g" | tail -n1 | grep -Eo "W") - +VERSION = $(shell cat Library/W3Version.h | $(GREP) -m 1 LIBW3_VERSION | sed -E "s/.+\"([^\"]+)\".+/\1/g")$(shell cat Library/W3Version.h | grep -A 1 -E "LIBW3_VERSION" | sed "s/LIBW3_VERSION//g" | tail -n1 | grep -Eo "W") ifeq ($(SSL),YES) CFLAGS += -DSSL_SUPPORT -- 2.43.0