Changeset d203495 for configure


Ignore:
Timestamp:
2014-07-19T23:55:24Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
778ea8a
Parents:
5f818ae
Message:

Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS)
when linking (not partially linking).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5f818ae rd203495  
    213213fi
    214214
     215echo LDFLAGS=$LDFLAGS >> Makefile.settings
     216
    215217echo CFLAGS=$CFLAGS $CPPFLAGS >> Makefile.settings
    216218echo CFLAGS+=-I${srcdir} -I${srcdir}/lib -I${srcdir}/protocols -I. >> Makefile.settings
Note: See TracChangeset for help on using the changeset viewer.