diff options
author | John Marino <marino@FreeBSD.org> | 2015-02-02 18:41:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-02-02 18:41:56 +0000 |
commit | bdb74a5792adba1a467b1d678f5f02e4a695ce6d (patch) | |
tree | acb1bc43fb5e397595b7da3f61f38b02c0a109f0 /devel/libhtp | |
parent | de8a53c67c43df88ac1410709ebfe11e4654ac50 (diff) |
Notes
Diffstat (limited to 'devel/libhtp')
-rw-r--r-- | devel/libhtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile index 6ac0b706a671..6648e3191991 100644 --- a/devel/libhtp/Makefile +++ b/devel/libhtp/Makefile @@ -20,6 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} MAKE_ARGS= LIBS="-lz ${ICONV_LIB}" +LDFLAGS+= -L${LOCALBASE}/lib PATHFIX_MAKEFILEIN= Makefile.am |