Linking with $LIBBURN_ARCH_LIBS to get -lcam on FreeBSD
This commit is contained in:
@ -19,7 +19,7 @@ xorriso_xorriso_CPPFLAGS = -I./libburn -I./libisofs -I./libisoburn -I./xorriso
|
||||
xorriso_xorriso_CFLAGS = -DXorriso_standalonE -DXorriso_with_maiN \
|
||||
$(READLINE_DEF) $(LIBACL_DEF) $(XATTR_DEF)
|
||||
|
||||
xorriso_xorriso_LDADD = $(THREAD_LIBS)
|
||||
xorriso_xorriso_LDADD = $(THREAD_LIBS) $(LIBBURN_ARCH_LIBS)
|
||||
|
||||
|
||||
# This looks quite ugly with make install: xorriso.c is compiled twice again
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.02.02.201124"
|
||||
#define Xorriso_timestamP "2009.02.03.162440"
|
||||
|
Reference in New Issue
Block a user