Skip to content

Commit

Permalink
Disable generation of usrsctp.pc for pkg_config.
Browse files Browse the repository at this point in the history
Right now this would add a dependency to pkg-config,
which is not indended.
  • Loading branch information
tuexen committed Jan 9, 2017
1 parent 8679f2b commit 96f2606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -31,4 +31,4 @@
SUBDIRS = usrsctplib programs
EXTRA_DIST = bootstrap Makefile.nmake
ACLOCAL_AMFLAGS = -I m4
pkgconfig_DATA = usrsctp.pc
# pkgconfig_DATA = usrsctp.pc
7 changes: 4 additions & 3 deletions configure.ac
Expand Up @@ -36,8 +36,9 @@ AC_PROG_LIBTOOL
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])

PKG_PROG_PKG_CONFIG
PKG_INSTALLDIR
dnl Disable pkg_config support for now
dnl PKG_PROG_PKG_CONFIG
dnl PKG_INSTALLDIR

LIBCFLAGS="-DSCTP_PROCESS_LEVEL_LOCKS -DSCTP_SIMPLE_ALLOCATOR -D__Userspace__"
APPCFLAGS=""
Expand Down Expand Up @@ -181,5 +182,5 @@ AC_C_BIGENDIAN

AC_SUBST([LIBCFLAGS])
AC_SUBST([APPCFLAGS])
AC_CONFIG_FILES([usrsctp.pc])
dnl AC_CONFIG_FILES([usrsctp.pc])
AC_OUTPUT(Makefile usrsctplib/Makefile programs/Makefile)

0 comments on commit 96f2606

Please sign in to comment.