diff options
author | allgdante <allan.garret@gmail.com> | 2018-01-26 11:09:38 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-13 15:33:55 +0000 |
commit | ad8994e692705cfffed1c2ec14070b7b6ce85de9 (patch) | |
tree | ff3d65b3bd20a240e4c370239e3b9a86afcdf96c /testing/apparmor/0006-Use-gettext-and-remove-latex.patch | |
parent | eec0dec579994a499def4c1ab349672b8404b80b (diff) | |
download | aports-ad8994e692705cfffed1c2ec14070b7b6ce85de9.tar.bz2 aports-ad8994e692705cfffed1c2ec14070b7b6ce85de9.tar.xz |
testing/apparmor: upgrade to 2.12
Diffstat (limited to 'testing/apparmor/0006-Use-gettext-and-remove-latex.patch')
-rw-r--r-- | testing/apparmor/0006-Use-gettext-and-remove-latex.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/apparmor/0006-Use-gettext-and-remove-latex.patch b/testing/apparmor/0006-Use-gettext-and-remove-latex.patch deleted file mode 100644 index 1cabcb3641..0000000000 --- a/testing/apparmor/0006-Use-gettext-and-remove-latex.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/parser/Makefile b/parser/Makefile -index 6709441..f7ec0bc 100644 ---- a/parser/Makefile -+++ b/parser/Makefile -@@ -87,7 +87,7 @@ AAREDIR= libapparmor_re - AAREOBJECT = ${AAREDIR}/libapparmor_re.a - AAREOBJECTS = $(AAREOBJECT) - AARE_LDFLAGS = -static-libgcc -static-libstdc++ -L. --AALIB = -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread -+AALIB = -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread -lintl - - ifdef USE_SYSTEM - # Using the system libapparmor so Makefile dependencies can't be used -@@ -141,7 +141,7 @@ po/${NAME}.pot: ${SRCS} ${HDRS} - - techdoc.pdf: techdoc.tex - timestamp=$(shell date --utc "+%Y%m%d%H%M%S%z" -r $< );\ -- while pdflatex "\def\fixedpdfdate{$$timestamp}\input $<" ${BUILD_OUTPUT} || exit 1 ; \ -+ while true "\def\fixedpdfdate{$$timestamp}\input $<" ${BUILD_OUTPUT} || exit 1 ; \ - grep -q "Label(s) may have changed" techdoc.log; \ - do :; done - --- -2.11.2 - |