pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind99



Module Name:    pkgsrc
Committed By:   marino
Date:           Fri Mar 23 21:25:19 UTC 2012

Modified Files:
        pkgsrc/net/bind99: distinfo
Added Files:
        pkgsrc/net/bind99/patches: patch-bin_tests_system_Makefile.in

Log Message:
net/bind99: Fix undefined reference to `main'

DragonFly build was broken during the linking of driver.so
----
libtool: link: cc -o driver.so .libs/driver.o 
-L/wrkobjdir/net/bind99/work/.buildlink/lib
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x149): undefined reference to `main'
*** Error code 1
----

This has been seen on other platforms:
Fedora: 
http://lists.fedoraproject.org/pipermail/scm-commits/2011-November/683368.html
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=406399

Not building dlzexternal is the solution the worked in the above reports.
It works for DragonFly as well, and the PLIST is not affected.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/bind99/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/bind99/patches/patch-bin_tests_system_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index