[REPO] loudmouth, irssi-xmpp and root-tail

Old stuff that should not bother anyone anymore
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: loudmouth, irssi-xmpp and root-tail

Post by gapan »

irssi-xmpp: You also need to do:

Code: Select all

sed "s/CFLAGS = \(.*\)/CFLAGS = $CFLAGS \1/" config.mk
to build with the right flags. If you look into your build log, you'll see that cc is run without any optimization flags (we want "-O2 -march=i486 -mtune=i686"). Sorry I missed it the first time around.

root-tail: The sed line should really be:

Code: Select all

sed -i "s/-O2/$CFLAGS/" Makefile
(capital "o" instead of zero and a dollar sign in front of CFLAGS ;))
Image
Image
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: loudmouth, irssi-xmpp and root-tail

Post by stillborn »

gapan wrote: root-tail: The sed line should really be:

Code: Select all

sed -i "s/-O2/$CFLAGS/" Makefile
(capital "o" instead of zero and a dollar sign in front of CFLAGS ;))
hehe (I wrote it down already...on paper) :D

Packages re-done again, pkgrel still on 1 :lol:
FIN
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: loudmouth, irssi-xmpp and root-tail

Post by gapan »

irssi-xmpp added to the repos, so all done for this thread. Thanks stillborn! ;)
Image
Image
Locked