Ticket #65 (closed defect: fixed)
Opened 6 years ago
Last modified 6 years ago
Out of source build fails because of gentagtbl.sh
Reported by: nijel Assigned to: pmatilai
Priority: major Milestone:
Component: rpm Version: RPM Development
Keywords: Cc:
Description
There is not path to gentagtbl.sh in Makefile.am and out of source build fails because of this. Attached patch fixes it.
Attachments
60_fix-out-build.patch (479 bytes) - added by nijel on 06/10/09 07:09:16.
Change History
06/10/09 07:09:16 changed by nijel
- attachment 60_fix-out-build.patch added.
06/12/09 06:07:47 changed by pmatilai
- status changed from new to closed.
- resolution set to fixed.
The patch misses handling of tagtbl.c include in lib/tagname.c which causes the out of source build fail too. Fixed now in HEAD, thanks for the patch + reporting.
06/17/09 12:17:30 changed by nijel
Ah, I forgot that I "fixed" it by adding -I. to CPPFLAGS (which I have to set anyway because of #61).