projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9316cb3
)
buildconf.sh -d: use --with-pic
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Oct 2010 18:11:50 +0000
(20:11 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Oct 2010 18:11:50 +0000
(20:11 +0200)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
1850bae
..
fc07d69
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-71,7
+71,8
@@
esac
if $enable_configure; then
if [ -n "$sh_cflags" ]; then
- CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure --disable-shared --enable-static $*
+ CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure \
+ --disable-shared --enable-static --with-pic $*
else
./configure $*
fi