repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
libglade
/
build
blob
6bab26b4791e230ae214ee7bdb0716d37edcf1c3
1
#!/bin/sh -e
2
3
patch
-p1
<
libglade-2.0
.1
-nowarning
.
patch
4
5
PYTHON
=/
usr
/
bin
/
python2 .
/
configure
--sysconfdir
=/
etc
--prefix
=/
usr
--localstatedir
=/
var
6
sed
-i -e
's/ -shared / -Wl,-O1,--as-needed\0/g'
libtool
7
8
make
9
make
DESTDIR
=
"
$1
"
install