diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:56:10 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:56:10 +0100 |
commit | 68f166074bba01ea4abb9575a5578d662103904f (patch) | |
tree | a5c4349eff7b3f456b3be39a8f79ee7266386522 /package/x11r7/pthread-stubs | |
parent | e6cdced39937cdb4b171f3505cc208758c80dc2c (diff) | |
download | buildroot-novena-68f166074bba01ea4abb9575a5578d662103904f.tar.gz buildroot-novena-68f166074bba01ea4abb9575a5578d662103904f.zip |
package/x11r7: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/pthread-stubs')
-rw-r--r-- | package/x11r7/pthread-stubs/pthread-stubs.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/x11r7/pthread-stubs/pthread-stubs.mk b/package/x11r7/pthread-stubs/pthread-stubs.mk index 3ee7ec1d0..75980c85d 100644 --- a/package/x11r7/pthread-stubs/pthread-stubs.mk +++ b/package/x11r7/pthread-stubs/pthread-stubs.mk @@ -7,7 +7,6 @@ PTHREAD_STUBS_VERSION = 0.3 PTHREAD_STUBS_SOURCE = libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2 PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/ -PTHREAD_STUBS_LIBTOOL_PATCH = NO PTHREAD_STUBS_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package/x11r7,pthread-stubs)) |