components/pcsc-lite/patches/00-configure.ac.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 28 Oct 2016 17:56:16 -0700
changeset 7206 23066e5fef27
parent 6133 73641150a4de
permissions -rw-r--r--
23245637 Deliver gnome-shell 3.18.3 in Solaris PSARC/2016/396 GNOME 3 Window Manager Bundle

In-house patch created as a workaround for the hard coded /usr/local/lib
pre-processor and linker flags in the configure file creation for Solaris.

This patch is Solaris buildenv specific and may not be suitable for upstream.

--- pcsc-lite-1.8.14/configure.ac	2016-05-06 22:11:53.687836295 -0400
+++ pcsc-lite-1.8.14/configure.ac	2016-05-06 22:11:00.834314248 -0400
@@ -22,8 +22,8 @@
 	CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED"
 	;;
 *-*-solaris*)
-	CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-	LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
+	CPPFLAGS="$CPPFLAGS"
+	LDFLAGS="$LDFLAGS"
 	need_dash_r=1
 	;;
 *-*-sunos4*)