- Timestamp:
- 2023-03-04T19:59:09Z (21 months ago)
- Branches:
- master
- Children:
- 50d0a72
- Parents:
- 709f41f
- git-author:
- Petr Vaněk <arkamar@…> (04-03-23 19:59:09)
- git-committer:
- GitHub <noreply@…> (04-03-23 19:59:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r709f41f r82149f4 330 330 331 331 echo "CFLAGS=$CFLAGS $CPPFLAGS" >> Makefile.settings 332 echo CFLAGS+=-I"${srcdir}" -I"${srcdir}"/lib -I"${srcdir}"/protocols -I. >> Makefile.settings333 332 334 333 echo CFLAGS+=-DHAVE_CONFIG_H -D_GNU_SOURCE >> Makefile.settings … … 421 420 # shellcheck disable=SC2129 422 421 echo "CFLAGS+=$(pkg-config --cflags json-parser)" >> Makefile.settings 422 echo "CFLAGS+=-DUSE_EXTERNAL_JSON_PARSER" >> Makefile.settings 423 423 echo "LDFLAGS_BITLBEE+=$(pkg-config --libs json-parser)" >> Makefile.settings 424 424 echo "LDFLAGS_TESTS+=$(pkg-config --libs json-parser)" >> Makefile.settings 425 425 fi 426 426 427 echo CFLAGS+=-I"${srcdir}" -I"${srcdir}"/lib -I"${srcdir}"/protocols -I. >> Makefile.settings 427 428 428 429 detect_gnutls() … … 868 869 esac 869 870 871 pkgconfigrequires='glib-2.0' 872 if [ "$external_json_parser" = '1' ]; then 873 pkgconfigrequires="$pkgconfigrequires json-parser" 874 fi 875 870 876 cat <<EOF >bitlbee.pc 871 877 prefix=$prefix … … 877 883 Name: bitlbee 878 884 Description: IRC to IM gateway 879 Requires: glib-2.0885 Requires: $pkgconfigrequires 880 886 Version: $BITLBEE_VERSION 881 887 Libs: $pkgconfiglibs
Note: See TracChangeset
for help on using the changeset viewer.