-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmyconfigure.sh-nostlport
More file actions
executable file
·34 lines (26 loc) · 1023 Bytes
/
myconfigure.sh-nostlport
File metadata and controls
executable file
·34 lines (26 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
echo "This is the monkeyiq config invoker. please don't use it."
export CXX="ccache g++"
export CC="ccache gcc"
nice ./configure \
--x-libraries=/usr/X11R6/lib \
--enable-debug \
--enable-djvu \
--with-pdftotext \
--enable-stlport-nocustomio \
--enable-postgresql-tsearch2-indexing \
--with-swig-ocaml \
--disable-stlport \
--enable-fca
#--enable-kde-extractor
#--enable-hiddensymbols \
# --with-dbxml-prefix=/usr \
# --with-dbxml-db4-prefix=/usr \
#--with-gnome-vfs-mime \
# --with-dbxml-prefix=/usr/local/dbxml \
# --with-dbxml-db4-prefix=/usr/local/dbxml/db4
# --with-swig-perl \
# --with-swig-python-version=python2.2 \
# --with-swig-python-prefix=/usr \
#--with-libmpeg3=/usr/local/src/libmpeg3-1.3 \
#--disable-fast-install
# --with-xml4c=/store/Lindev/xerces-c-src1_5_0