>> Basically, I removed every openais reference from the debian/rules 
>> file (since I'm running with heartbeat).
>> -- 
>> Brice Figureau

> hi,
>
> Thanks. I read the thread. Can you remember what references in what 
> files you removed? Thanks.

Hi,

I found it out myself. For everybody else, who wants to make debs from 
pacemaker WITHOUT ais support:

1) Remove the line

usr/lib/service_crm.a

from debian/pacemaker-dev.install 

2) Open the file debian/rules and goto the line beginning with cfg:=
Replace the option --with-lcrso-dir=$(LCRSO) with
--without-ais

3) in the file debian/rules search the lines
install -d $(PWD)/debian/pacemaker/$(LCRSO)
install -m0644 $(DTMP)/$(LCRSO)/pacemaker.lcrso \
                $(PWD)/debian/pacemaker/$(LCRSO)/pacemaker.lcrso

comment them out.

4) Create the deb with
dpkg-buildpackage -rfakeroot -us -uc


Greetings, Michael.

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to