From de8a4ae43a5ee94a30d3c9d377fe267baf7ddc24 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Fri, 12 Mar 2021 15:55:11 -0700 Subject: [PATCH] xbps: Remove reduntant patch --- srcpkgs/xbps/patches/cflags.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/xbps/patches/cflags.patch diff --git a/srcpkgs/xbps/patches/cflags.patch b/srcpkgs/xbps/patches/cflags.patch deleted file mode 100644 index 8e576f2a887..00000000000 --- a/srcpkgs/xbps/patches/cflags.patch +++ /dev/null @@ -1,17 +0,0 @@ -Both CFLAGS and LDFLAGS need to be passed during linkage as CFLAGS may contain -things that influence linkage (e.g. ssp_nonshared may be necessary to link -when using strong stack protector) - -diff --git lib/Makefile lib/Makefile -index 65342ef..847bfdd 100644 ---- lib/Makefile -+++ lib/Makefile -@@ -78,7 +78,7 @@ $(OBJS): %.o: %.c - - libxbps.so: $(LIBFETCH_OBJS) $(LIBPROP_OBJS) $(OBJS) - @printf " [CCLD]\t\t$@\n" -- ${SILENT}$(CC) $^ $(LDFLAGS) -o $(LIBXBPS_SHLIB) -+ ${SILENT}$(CC) $^ $(CFLAGS) $(LDFLAGS) -o $(LIBXBPS_SHLIB) - @-ln -sf $(LIBXBPS_SHLIB) libxbps.so.$(LIBXBPS_MAJOR) - @-ln -sf $(LIBXBPS_SHLIB) libxbps.so -