diff options
author | David Schleef <ds@schleef.org> | 2002-04-06 22:22:37 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-04-06 22:22:37 +0000 |
commit | 57ea795aa2be86f68aa1f1516ad5b861889e9732 (patch) | |
tree | 7cda2c4a75c7e1e8fc076f88750416e1c9a70b31 /debian/rules | |
parent | f19b4d2f61aeafa443e45cee1229c9463e62fc8d (diff) |
Account for new upstream version. Fix shlibs, because they were
broken. Add INCLUDE_THREADS to Config.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b8783f13c..974891480 100755 --- a/debian/rules +++ b/debian/rules @@ -84,6 +84,7 @@ endif echo 'HAS_FLOATING_POINT = true' >>Config echo 'DO_C99_MATH = true' >>Config echo 'DODEBUG = false' >>Config + echo 'INCLUDE_THREADS = true' >>Config $(MAKE) |