Skip to content

Instantly share code, notes, and snippets.

@hsanson
Created April 26, 2012 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsanson/2497481 to your computer and use it in GitHub Desktop.
Save hsanson/2497481 to your computer and use it in GitHub Desktop.
Canon LBP5910 build system patch for Ubuntu 11.10 (Oneric)
diff -ur cndrvcups-lips4-2.20/allgen.sh cndrvcups-lips4-2.20.new/allgen.sh
--- cndrvcups-lips4-2.20/allgen.sh 2010-10-14 15:12:45.000000000 +0900
+++ cndrvcups-lips4-2.20.new/allgen.sh 2011-05-31 04:20:25.816086627 +0900
@@ -12,7 +12,7 @@
cd cpca/cnpklib
cd ..
-./autogen.sh --prefix=${_prefix} --enable-static --disable-shared
+./autogen.sh --prefix=${_prefix} ## --enable-static --disable-shared
make
make install
diff -ur cndrvcups-lips4-2.20/cngplp/autogen.sh cndrvcups-lips4-2.20.new/cngplp/autogen.sh
--- cndrvcups-lips4-2.20/cngplp/autogen.sh 2010-07-08 18:30:49.000000000 +0900
+++ cndrvcups-lips4-2.20.new/cngplp/autogen.sh 2011-05-31 04:20:48.616086625 +0900
@@ -135,6 +135,7 @@
automake --add-missing --gnu $am_opt
echo "Running autoconf ..."
autoconf
+ autoreconf -ifv
)
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment