diff options
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 - |