From 9762a8ca1eac31ab66dfc16e7c6b688838caee9a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 30 Mar 2013 00:13:44 -0700 Subject: Remove xsel from the build https://github.com/fish-shell/fish-shell/issues/633 --- build_tools/make_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools') diff --git a/build_tools/make_pkg.sh b/build_tools/make_pkg.sh index a1f1b33b..3486c2b7 100755 --- a/build_tools/make_pkg.sh +++ b/build_tools/make_pkg.sh @@ -13,7 +13,7 @@ export CFLAGS="$CFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMEN export CXXFLAGS="$CXXFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET" export LDFLAGS="$LDFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET" autoconf -./configure --without-xsel +./configure # Actually build it now if make -j 4 DESTDIR=/tmp/fish_pkg install -- cgit v1.2.3