Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv3584

Modified Files:
        mysql-server-5.5.info 
Log Message:
Fix a script error in PostRm and add install_path to shlibs, turns out that is 
kinda important

Index: mysql-server-5.5.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/mysql-server-5.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mysql-server-5.5.info       17 Jul 2012 19:21:52 -0000      1.1
+++ mysql-server-5.5.info       17 Jul 2012 21:28:09 -0000      1.2
@@ -77,6 +77,8 @@
 ( test -d %b/builddir || mkdir %b/builddir ) && cd %b/builddir && \
 cmake   -DCMAKE_INSTALL_PREFIX=%p \
        -DCMAKE_VERBOSE_MAKEFILE=ON \
+       -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
+       -DCMAKE_INSTALL_NAME_DIR=%p/lib \
        -DMYSQL_DATADIR=%p/var/lib/mysql \
        -DMYSQL_UNIX_ADDR=%p/var/run/mysqld/mysqld.sock \
                -DMYSQL_USER=mysql \
@@ -878,7 +880,7 @@
     fi
     if [ -f %p/bin/daemonic ]; then
       daemonic disable mysql
-    done
+    fi
   ;;
   *)
     /bin/echo "postrm called with unknown argument '$1'" 1>&2


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to