Unix Technical Forum

SVN Commit by dpage: r4222 - trunk/pgadmin3

This is a discussion on SVN Commit by dpage: r4222 - trunk/pgadmin3 within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Author: dpage Date: 2005-05-20 09:34:11 +0100 (Fri, 20 May 2005) New Revision: 4222 Modified: trunk/pgadmin3/acinclude.m4 Log: Fix static build. ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 04:44 PM
svn@pgadmin.org
 
Posts: n/a
Default SVN Commit by dpage: r4222 - trunk/pgadmin3

Author: dpage
Date: 2005-05-20 09:34:11 +0100 (Fri, 20 May 2005)
New Revision: 4222

Modified:
trunk/pgadmin3/acinclude.m4
Log:
Fix static build.
[Rapha?\195?\171l Enrici]

Modified: trunk/pgadmin3/acinclude.m4
================================================== =================
--- trunk/pgadmin3/acinclude.m4 2005-05-20 08:29:57 UTC (rev 4221)
+++ trunk/pgadmin3/acinclude.m4 2005-05-20 08:34:11 UTC (rev 4222)
@@ -59,6 +59,18 @@
AC_SUBST(pg_debug_build)

############################
+# Static build of pgAdmin3 #
+############################
+AC_DEFUN([ENABLE_STATIC],
+[AC_ARG_ENABLE(static,
+[ --enable-static build a static version of pgAdmin3],
+[pg_static_build=yes
+WX_STATIC="--static"],
+[pg_static_build=no
+WX_STATIC=""])
+])
+
+############################
# Build an pgAdmin III.app #
############################
AC_DEFUN([ENABLE_APPBUNDLE],
@@ -255,8 +267,8 @@
LDFLAGS="$LDFLAGS -L${WX_HOME}/lib"
WX_OLD_LDFLAGS="$LDFLAGS"
WX_OLD_CPPFLAGS="$CPPFLAGS"
- WX_NEW_LIBS=`${WX_CONFIG} --libs`
- WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} --libs stc,ogl`
+ WX_NEW_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs`
+ WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl`
LIBS="$LIBS $WX_NEW_LIBS $WX_NEW_CONTRIB_LIBS"
WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags`
CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS"


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:59 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com