exhale: CPPFLAGS and SlackBuild...
by andrew.46 from LinuxQuestions.org on (#51RFG)
I have created a SlackBuild for the new xHE-AAC encoder exhale. Builds and runs fine but I have a small area of concern with compiler flags that I was hoping for some input on. With the script at the moment I have left the CPPFLAGS as specified in the source makefile (well one of the several daisy-chained makefiles actually!) which is seen in src/makefile.base.
Would a better script actually sed these out and place the SlackBuilds 'boiler-plate' options there? I confess that I am leaning towards leaving the CPPFLAGS as they are but I was keen for more experienced users to weigh in. And I guess with the CPPFLAGS non-standard would this ever be acceptable on SBo?


Would a better script actually sed these out and place the SlackBuilds 'boiler-plate' options there? I confess that I am leaning towards leaving the CPPFLAGS as they are but I was keen for more experienced users to weigh in. And I guess with the CPPFLAGS non-standard would this ever be acceptable on SBo?