Skip to content

Instantly share code, notes, and snippets.

@memememomo
Forked from tkuchiki/php-build.patch
Last active August 29, 2015 14:01
Show Gist options
  • Save memememomo/91f774b1e41b24f99e1e to your computer and use it in GitHub Desktop.
Save memememomo/91f774b1e41b24f99e1e to your computer and use it in GitHub Desktop.
@@ -358,6 +358,11 @@
cd "$source_path"
{
+ if which apxs > /dev/null 2>&1; then
+ _LIBEXECDIR=`apxs -q LIBEXECDIR`
+ sed -i -e "s|LIBEXECDIR='\$(INSTALL_ROOT)$_LIBEXECDIR'|LIBEXECDIR=$PREFIX/libexec|" $TMP/source/$DEFINITION/Makefile
+ fi
+
make
make install
make clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment