components/aalib/patches/aalib-config.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 08 Jan 2013 18:38:09 -0800
changeset 1112 7bc7f29cb517
parent 294 06886d876b9e
permissions -rw-r--r--
15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland (fix package name)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
--- aalib-1.4.0/aalib-config.in.orig	Wed Jun  8 13:30:30 2011
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
+++ aalib-1.4.0/aalib-config.in	Wed Jun  8 13:33:14 2011
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
@@ -48,7 +48,7 @@
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
       echo -I@includedir@ @AALIB_CFLAGS@
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
       ;;
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
 @ENABLE_SHARED_TRUE@    --libs)
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
-@ENABLE_SHARED_TRUE@      libdirs="-L@libdir@ @AALIB_RLD_FLAGS@"
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
+@ENABLE_SHARED_TRUE@      libdirs="-L@libdir@ -R@libdir@"
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
 @ENABLE_SHARED_TRUE@      echo $libdirs @AALIB_LIBS@
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
 @ENABLE_SHARED_TRUE@      ;;
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
 @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@    --static-libs)