diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-06-19 10:10:57 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-06-19 10:11:02 +0000 |
commit | 5c686395698d3ef20197149249b173fa8a94af66 (patch) | |
tree | 733eef049da0d91e2d7aadad8f1c244f7a2e777d /main/powertop/libintl-underlink.patch | |
parent | d1b8e8d443f5f7dca3725c227aca4c63ef1f4d8d (diff) | |
download | aports-5c686395698d3ef20197149249b173fa8a94af66.tar.bz2 aports-5c686395698d3ef20197149249b173fa8a94af66.tar.xz |
main/powertop: moved from testing and claim maintainership
Diffstat (limited to 'main/powertop/libintl-underlink.patch')
-rw-r--r-- | main/powertop/libintl-underlink.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/powertop/libintl-underlink.patch b/main/powertop/libintl-underlink.patch new file mode 100644 index 0000000000..e330e0982b --- /dev/null +++ b/main/powertop/libintl-underlink.patch @@ -0,0 +1,13 @@ +diff --git a/src/Makefile.in b/src/Makefile.in +index bdfadb1cc909..8d3ce3b6278b 100644 +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -347,7 +347,7 @@ powertop_SOURCES = parameters/persistent.cpp parameters/learn.cpp parameters/par + powertop_CXXFLAGS = -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(LIBNL_CFLAGS) $(GLIB2_CFLAGS) + powertop_CPPFLAGS = -D_FORTIFY_SOURCE=2 $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(LIBNL_CFLAGS) $(GLIB2_CFLAGS) $(LIBZ_CFLAGS) -DLOCALEDIR=\"$(localedir)\" + powertop_LDADD = ../traceevent/libtraceevnet.la +-AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS) ++AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) $(PTHREAD_LIBS) $(RESOLV_LIBS) $(LTLIBINTL) + BUILT_SOURCES = css.h + CLEANFILES = css.h + all: $(BUILT_SOURCES) |