summaryrefslogtreecommitdiffstats
path: root/xorg-extras/libpthread-stubs
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-02 21:38:51 -0300
committerIsmael Luceno2015-01-04 02:38:10 -0300
commit035f9a97d0f2b86ad8bc3be64f0060725fd87d8c (patch)
tree35a6a2535f13f2cdfcbe3775c028bfc5c346302d /xorg-extras/libpthread-stubs
parent7bb43f68f34ff23800034b37b633b2b0237824fa (diff)
libpthread-stubs: Force the build of the library
Diffstat (limited to 'xorg-extras/libpthread-stubs')
-rw-r--r--xorg-extras/libpthread-stubs/HISTORY3
-rwxr-xr-xxorg-extras/libpthread-stubs/PRE_BUILD2
2 files changed, 5 insertions, 0 deletions
diff --git a/xorg-extras/libpthread-stubs/HISTORY b/xorg-extras/libpthread-stubs/HISTORY
index 825e8c475f..56a22c65e0 100644
--- a/xorg-extras/libpthread-stubs/HISTORY
+++ b/xorg-extras/libpthread-stubs/HISTORY
@@ -1,3 +1,6 @@
+2015-01-02 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Patch configure script to always build the library
+
2011-03-03 Eric Sandall <sandalle@sourcemage.org>
* UP_TRIGGERS: Do not use optional (and highly experimental) grep w/pcre
diff --git a/xorg-extras/libpthread-stubs/PRE_BUILD b/xorg-extras/libpthread-stubs/PRE_BUILD
new file mode 100755
index 0000000000..548e1fe070
--- /dev/null
+++ b/xorg-extras/libpthread-stubs/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+sedit 's/test "x\$PKG_CONFIG_LIBS" != x/true/' "$SOURCE_DIRECTORY"/configure