Static Analysis/Installing the Oink Stack: Difference between revisions

Jump to navigation Jump to search
committed hackery upstream
(How to do pork, first-cut)
 
(committed hackery upstream)
Line 34: Line 34:
hg -R oink-stack/elsa update -C tip
hg -R oink-stack/elsa update -C tip
hg -R oink-stack/oink update -C tip</pre>
hg -R oink-stack/oink update -C tip</pre>
In order to get dehydra linking properly, I had to patch elsa/configure.pl:
<pre>--- a/configure.pl
+++ b/configure.pl
@@ -41,6 +41,8 @@ my @config_vars = qw(
# defaults
#  my $BASE_FLAGS = "-g -Wall -Wno-deprecated -D__UNIX__";
my @CFLAGS_EXTRA = ();
+
+push @CFLAGS_EXTRA, "-DXP_UNIX";
# true if we want to link with zipios
my $USE_ZIPIOS = 1;</pre>


Build it.
Build it.
Confirmed users, Bureaucrats and Sysops emeriti
1,217

edits

Navigation menu