mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-fs/quotatool: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3791
This commit is contained in:
committed by
David Seifert
parent
8396469a0d
commit
296f1281df
@@ -1,27 +0,0 @@
|
||||
Index: quotatool-1.4.11/local.mk.in
|
||||
===================================================================
|
||||
--- quotatool-1.4.11.orig/local.mk.in
|
||||
+++ quotatool-1.4.11/local.mk.in
|
||||
@@ -17,7 +17,8 @@ SHELL := /bin/sh
|
||||
|
||||
CC := @CC@
|
||||
CFLAGS := @CFLAGS@
|
||||
-CPPFLAGS = $(inc) @DEFS@
|
||||
+LDFLAGS := @LDFLAGS@
|
||||
+CPPFLAGS = @CPPFLAGS@ $(inc) @DEFS@
|
||||
|
||||
|
||||
INSTALL := @INSTALL@
|
||||
Index: quotatool-1.4.11/Makefile
|
||||
===================================================================
|
||||
--- quotatool-1.4.11.orig/Makefile
|
||||
+++ quotatool-1.4.11/Makefile
|
||||
@@ -58,7 +58,7 @@ subdirs := src
|
||||
# compile the program (and the objects)
|
||||
all: $(prog)
|
||||
$(prog): $(objs)
|
||||
- $(CC) -o $(prog) $(objs) $(libs) $(CFLAGS)
|
||||
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(prog) $(objs) $(libs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user