From 9bdbdda261259feba589eccc3794aacf613c0d32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Sun, 12 May 2002 20:36:49 +0000 Subject: [PATCH] Add missing '"' Submitted by: Boyd Gerber Reviewed by: PR: --- shlib/svr5-shared-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlib/svr5-shared-gcc.sh b/shlib/svr5-shared-gcc.sh index b36a0375a6..76957df947 100755 --- a/shlib/svr5-shared-gcc.sh +++ b/shlib/svr5-shared-gcc.sh @@ -9,7 +9,7 @@ sh_slib=$slib.so.$major.$minor clib=libcrypto sh_clib=$clib.so.$major.$minor -FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread +FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread" SHFLAGS="-DPIC -fPIC" touch $sh_clib -- 2.25.1