mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
21 lines
387 B
Diff
21 lines
387 B
Diff
--- ./src/Makefile.in.orig
|
|
+++ ./src/Makefile.in
|
|
@@ -526,7 +526,6 @@
|
|
|
|
powertop_CPPFLAGS = \
|
|
-DLOCALEDIR=\"$(localedir)\" \
|
|
- -D_FORTIFY_SOURCE=2 \
|
|
$(GLIB2_CFLAGS) \
|
|
$(LIBNL_CFLAGS) \
|
|
$(LIBZ_CFLAGS) \
|
|
@@ -543,7 +542,8 @@
|
|
$(NCURSES_LIBS) \
|
|
$(PCIUTILS_LIBS) \
|
|
$(PTHREAD_LIBS) \
|
|
- $(RESOLV_LIBS)
|
|
+ $(RESOLV_LIBS) \
|
|
+ $(LTLIBINTL)
|
|
|
|
BUILT_SOURCES = css.h
|
|
CLEANFILES = css.h
|