Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
libnet
libnet-shared.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libnet-shared.diff of Package libnet
--- configure.in +++ configure.in @@ -20,7 +20,7 @@ dnl AC_PROG_CC AC_PROG_INSTALL -AC_PROG_RANLIB +AC_PROG_LIBTOOL AC_CHECK_HEADERS(sys/sockio.h) --- sample/Makefile.am +++ sample/Makefile.am @@ -55,4 +55,4 @@ bgp4_notification_SOURCES = bgp4_notification.c gre_SOURCES = gre.c -LDADD = $(top_srcdir)/src/libnet.a +LDADD = $(top_srcdir)/src/libnet.la --- src/Makefile.am +++ src/Makefile.am @@ -8,9 +8,9 @@ include $(top_srcdir)/Makefile.am.common -lib_LIBRARIES = libnet.a +lib_LTLIBRARIES = libnet.la -libnet_a_SOURCES = libnet_asn1.c \ +libnet_la_SOURCES = libnet_asn1.c \ libnet_build_802.1q.c \ libnet_build_802.1x.c \ libnet_build_802.2.c \ @@ -66,5 +66,5 @@ libnet_link_snoop.c \ libnet_link_win32.c -libnet_a_LIBADD = @LIBOBJS@ +libnet_a_LIBADD = @LTLIBOBJS@
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor