diff options
author | Al Stone <ahs3@redhat.com> | 2012-11-13 14:13:38 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2012-11-13 14:13:38 -0700 |
commit | cf8085e01747c15db596b2cd526e9acf6b381db8 (patch) | |
tree | 6fbde168aea229cb964739910e47adcce78bc7b8 /recipe.d/0010-pcre | |
parent | 48387a3427922660af655fb9bdf4b1d4d44067ac (diff) | |
parent | 90c5a8046f7c788b698765608dcc582f01567988 (diff) | |
download | bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.tar.gz bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.tar.xz bootstrap.git.DONOTUSE-cf8085e01747c15db596b2cd526e9acf6b381db8.zip |
Merge branch 'aarch64-ahs3' into aarch64-jcmaarch64-jcm
First step in merging into master
Diffstat (limited to 'recipe.d/0010-pcre')
-rw-r--r-- | recipe.d/0010-pcre | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipe.d/0010-pcre b/recipe.d/0010-pcre index 9f3b6bf..2a3ff4b 100644 --- a/recipe.d/0010-pcre +++ b/recipe.d/0010-pcre @@ -6,5 +6,6 @@ rm -f /usr/share/man/man3/pcre* || true mcd $BUILDDIR/pcre $SRC/pcre-*/configure $TCONFIGARGS make $J - make $J install + #make $J install + make $J install-exec install-includeHEADERS install-nodist_includeHEADERS install-pkgconfigDATA |