Added heimdal-1.3.1 build template.

--HG--
extra : convert_revision : a6a118c58ee1ac50a1df444f1fd99a1165355889
This commit is contained in:
Juan RP
2010-03-08 05:17:26 +01:00
parent ff692be2b5
commit 9d08571dcc
19 changed files with 518 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- cf/pthreads.m4.old 2005-09-09 12:12:28.000000000 +0000
+++ cf/pthreads.m4 2005-09-17 22:23:23.000000000 +0000
@@ -32,7 +32,7 @@
2.*)
native_pthread_support=yes
PTHREADS_CFLAGS=-pthread
- PTHREADS_LIBS=-pthread
+ PTHREADS_LIBS=-lpthread
;;
esac
;;