diff options
author | jmmv <jmmv> | 2010-03-08 22:19:07 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2010-03-08 22:19:07 +0000 |
commit | a5dbfde710563e5df49b79c8ccabebc666b0e1ce (patch) | |
tree | f06bab2f50ad0cff1542dd42adf725eb08b59212 /net/samba33/hacks.mk | |
parent | bd09b5f39077f658b37be147ab2e29f6ef25fc6f (diff) | |
download | pkgsrc-a5dbfde710563e5df49b79c8ccabebc666b0e1ce.tar.gz |
Disable PIE on NetBSD/macppc to fix use of unsupported relocation type in.
Samba 3.0 and 3.3. They were completely broken before this.
Bump PKGREVISION for both samba and samba33.
Fix from PR pkg/38961 by Makoto Fujiwara <makoto at ki dot nu>.
Diffstat (limited to 'net/samba33/hacks.mk')
-rw-r--r-- | net/samba33/hacks.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/samba33/hacks.mk b/net/samba33/hacks.mk new file mode 100644 index 00000000000..35cfae378c8 --- /dev/null +++ b/net/samba33/hacks.mk @@ -0,0 +1,3 @@ +# $NetBSD: hacks.mk,v 1.1 2010/03/08 22:19:07 jmmv Exp $ + +.include "../../net/samba/hacks.mk" |