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
patchutils: new package at 0.4.2
[kiss-trunc88.git]
/
rirc
/
build
blob
7a14d9ab16302d1f8ac0db8619feb2bb66e1b163
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"
$CFLAGS
-flto"
4
export
LDFLAGS
=
"
$LDFLAGS
-flto"
5
6
cp
config.def.h config.h
7
patch
-p1
<
mine.
patch
8
9
make
-j1
10
make
PREFIX
=/
usr DESTDIR
=
"
$1
"
install