Opened 6 years ago
Last modified 6 years ago
Reported by: nijel Assigned to: pmatilai
Priority: major Milestone:
Component: rpm Version: RPM Development
Keywords: Cc:
There is not path to gentagtbl.sh in Makefile.am and out of source build fails because of this. Attached patch fixes it.
60_fix-out-build.patch (479 bytes) - added by nijel on 06/10/09 07:09:16.
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.
Ah, I forgot that I "fixed" it by adding -I. to CPPFLAGS (which I have to set anyway because of #61).