Skip to content

Commit be83e85

Browse files
committed
Merge pull request swiftlang#51 from dgrove-oss/libpwq-switch-to-upstream
Switch libpwq submodule to upstream repository
2 parents f1d58d1 + f549f9d commit be83e85

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libpwq"]
22
path = libpwq
3-
url = https://github.com/dgrove-oss/libpwq.git
3+
url = https://github.com/mheily/libpwq.git

Diff for: configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ AC_CHECK_HEADERS([pthread_machdep.h pthread/qos.h])
185185
# Look for own version first, then system version.
186186
AS_IF([test -f $srcdir/libpwq/configure.ac],
187187
[AC_DEFINE(BUILD_OWN_PTHREAD_WORKQUEUES, 1, [Define if building pthread work queues from source])
188+
ac_configure_args="--disable-libpwq-install $ac_configure_args"
188189
AC_CONFIG_SUBDIRS([libpwq])
189190
build_own_pthread_workqueue=true,
190191
AC_DEFINE(HAVE_PTHREAD_WORKQUEUES, 1, [Define if pthread work queues are present])

Diff for: libpwq

0 commit comments

Comments
 (0)