Uploaded image for project: 'serf'
  1. serf
  2. SERF-160

ParseConfig and duplicate linker flags

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • serf-1.3.10
    • None

    Description

      SConstruct contains the following lines:

      env.ParseConfig('$APR --cflags --cppflags --ldflags --includes'$
      ' --link-ld --libs')$
      env.ParseConfig('$APU --ldflags --includes --link-ld --libs')$

      In my build environment, this caused some elements of LINKFLAGS to be removed.
      The following worked better for me:

      env.ParseConfig('$APR --cflags --cppflags --ldflags --includes'$
      ' --link-ld --libs', unique=0)$
      env.ParseConfig('$APU --ldflags --includes --link-ld --libs', unique=0)$

      Original issue reported by yorickthepoor

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            serf-importer Serf Importer

            Dates

              Created:
              Updated:

              Slack

                Issue deployment