forked from pool/delayacct-utils
- delayacct-utils-nl.patch DO not attempt to link getdelays with libnl1, it is a bogus dependency, resulting executable never uses the library. OBS-URL: https://build.opensuse.org/request/show/238067 OBS-URL: https://build.opensuse.org/package/show/Base:System/delayacct-utils?expand=0&rev=11
11 lines
163 B
Diff
11 lines
163 B
Diff
--- delayacct-utils.orig/Makefile
|
|
+++ delayacct-utils/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
CCOPT = -O2
|
|
CFLAGS = $(CCOPT) -Wall -I.
|
|
-LIBS = -lnl
|
|
+LIBS =
|
|
|
|
all: getdelays
|
|
|