Obsolete golang-120
[oi-userland.git] / components / library / aalib / patches / no-rpath.patch
blob3d4590da002268f883c9cf4df2f7239c11380912
1 --- aalib-1.4.0/configure.in.1 2018-01-27 21:29:12.878039200 +0000
2 +++ aalib-1.4.0/configure.in 2018-01-27 21:29:23.715982603 +0000
3 @@ -377,9 +377,9 @@
4 AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
5 fi
7 -if test $ARCH = solaris; then
8 - AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
9 -fi
10 +#if test $ARCH = solaris; then
11 +# AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
12 +#fi
15 dnl Expand the cflags and libraries needed by apps using AALIB