diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-21 20:23:01 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-21 20:23:01 +0000 |
commit | 56a0c902cc2fe6016b6c5d8515d95bd711c96116 (patch) | |
tree | 61e3aa710a8c37a8e1dc77cd4f2200efc9d47174 | |
parent | 9ec50b6002d099e4449311f5cd11d335168e6fb0 (diff) | |
download | midipix_build-56a0c902cc2fe6016b6c5d8515d95bd711c96116.tar.bz2 midipix_build-56a0c902cc2fe6016b6c5d8515d95bd711c96116.tar.xz |
patches/pcre-8.42.local.patch: don't install obsolete ${PKG_PREFIX}/bin/pcre-config.
-rw-r--r-- | patches/pcre-8.42.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/pcre-8.42.local.patch b/patches/pcre-8.42.local.patch new file mode 100644 index 00000000..babbfce9 --- /dev/null +++ b/patches/pcre-8.42.local.patch @@ -0,0 +1,11 @@ +--- pcre-8.42/Makefile.in.orig 2018-03-20 10:53:18.000000000 +0000 ++++ pcre-8.42/Makefile.in 2018-08-21 20:20:32.800000000 +0000 +@@ -1081,7 +1081,7 @@ + # it is generated from pcre.h.in. + nodist_include_HEADERS = pcre.h $(am__append_1) + include_HEADERS = pcreposix.h $(am__append_2) +-bin_SCRIPTS = pcre-config ++bin_SCRIPTS = + @WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c + BUILT_SOURCES = pcre_chartables.c + @WITH_PCRE8_TRUE@libpcre_la_SOURCES = \ |