summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-06-27 19:24:57 +0000
committerEric Sandall2008-07-01 03:13:06 -0700
commit798510c83a797e8c85610c02f45689db31c99aec (patch)
tree25518d572c589668804433fdf50710742516cd44
parent75f1181bcad2c153552550be82667d04a64e3ce0 (diff)
libx86: Install using INSTALL_ROOT, compile using user-defined CFLAGS
-rwxr-xr-xlibs/libx86/BUILD2
-rw-r--r--libs/libx86/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/libs/libx86/BUILD b/libs/libx86/BUILD
index 8f58e6df93..4f252d4196 100755
--- a/libs/libx86/BUILD
+++ b/libs/libx86/BUILD
@@ -1 +1 @@
-make
+make "LIBDIR=$INSTALL_ROOT/usr/lib CFLAGS=$CFLAGS"
diff --git a/libs/libx86/HISTORY b/libs/libx86/HISTORY
index aa255cecc5..43d4f66b56 100644
--- a/libs/libx86/HISTORY
+++ b/libs/libx86/HISTORY
@@ -1,3 +1,7 @@
+2008-06-27 Eric Sandall <sandalle@sourcemage.org>
+ * BUILD: Install using INSTALL_ROOT for LIBDIR
+ Use user defined CFLAGS
+
2008-06-04 Mathieu Lonjaret <lejatorn@sourcemage.org>
* BUILD, DETAILS, HISTORY: spell created