[arch-commits] Commit in ipguard/trunk (PKGBUILD pass-ldflags.patch)

Jelle van der Waa jelle at archlinux.org
Sun Sep 22 13:26:45 UTC 2019


    Date: Sunday, September 22, 2019 @ 13:26:45
  Author: jelle
Revision: 511519

pass CPPFLAGS as well

Modified:
  ipguard/trunk/PKGBUILD
  ipguard/trunk/pass-ldflags.patch

--------------------+
 PKGBUILD           |    2 +-
 pass-ldflags.patch |   11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 13:15:40 UTC (rev 511518)
+++ PKGBUILD	2019-09-22 13:26:45 UTC (rev 511519)
@@ -13,7 +13,7 @@
 	build-fix-le.patch pass-ldflags.patch)
 md5sums=('7f44f7c31876f0d68792f02047e25409'
          'b27cfc9e8ad4ef9459d7274a2e624831'
-         '9ea4b1a5523628c5e5684589aeb420e4')
+         '4866f88e44fd806d545ec5191a41636b')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver

Modified: pass-ldflags.patch
===================================================================
--- pass-ldflags.patch	2019-09-22 13:15:40 UTC (rev 511518)
+++ pass-ldflags.patch	2019-09-22 13:26:45 UTC (rev 511519)
@@ -2,7 +2,16 @@
 Only in ipguard-1.04.new: ipguard.o
 diff -aur ipguard-1.04/Makefile ipguard-1.04.new/Makefile
 --- ipguard-1.04/Makefile	2010-07-12 05:46:36.000000000 +0200
-+++ ipguard-1.04.new/Makefile	2019-09-22 15:10:07.843051441 +0200
++++ ipguard-1.04.new/Makefile	2019-09-22 15:25:20.293393602 +0200
+@@ -34,7 +34,7 @@
+ 
+ .c.o:
+ 	@echo Compiling $*.c
+-	@$(CC) -c $(CFLAGS) $(INCLUDES) $(DEFINES) $<
++	@$(CC) -c $(CFLAGS) $(CPPFLAGS) $(INCLUDES) $(DEFINES) $<
+ 
+ all:	start $(NAME)
+ 
 @@ -47,7 +47,7 @@
  
  $(NAME): $(OBJS)



More information about the arch-commits mailing list