pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sds: Remove "-fpic" from patch



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jul 14 14:30:14 2021 +0200
Changeset:	fa9fe968fc0970a533c26d6ed194d57f64f13f25

Modified Files:
	sds/distinfo
	sds/patches/patch-Makefile

Log Message:
sds: Remove "-fpic" from patch

libtool knows what is required.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa9fe968fc0970a533c26d6ed194d57f64f13f25

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sds/distinfo               | 2 +-
 sds/patches/patch-Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/sds/distinfo b/sds/distinfo
index 65f0e72312..c99933fcdb 100644
--- a/sds/distinfo
+++ b/sds/distinfo
@@ -1,3 +1,3 @@
 $NetBSD$
 
-SHA1 (patch-Makefile) = cbc737f4bef8620fd828b9a3544452e8d7cf5be3
+SHA1 (patch-Makefile) = 79426f31b6e94eb3a4d2755b556cbc56923ef7ba
diff --git a/sds/patches/patch-Makefile b/sds/patches/patch-Makefile
index edfe0eb25d..5f8e490f42 100644
--- a/sds/patches/patch-Makefile
+++ b/sds/patches/patch-Makefile
@@ -26,7 +26,7 @@ $NetBSD$
 +
 +sds.lo: sds.c sds.h
 +	libtool --tag=CC --mode=compile \
-+            $(CC) $(CPPFLAGS) $(CFLAGS) -c -fpic -Wall -std=c99 -pedantic -O2 sds.c
++            $(CC) $(CPPFLAGS) $(CFLAGS) -c -Wall -std=c99 -pedantic -O2 sds.c
 +
 +libsds.la: sds.lo
 +	libtool --tag=CC --mode=link \


Home | Main Index | Thread Index | Old Index