mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r25259: try to work arround the build failures on OpenBSD 3.7
metze
This commit is contained in:
parent
4fe47e4f97
commit
5679e7d824
@ -123,12 +123,16 @@ PRIVATE_DEPENDENCIES = \
|
|||||||
# End MODULE ldb_tdb
|
# End MODULE ldb_tdb
|
||||||
################################################
|
################################################
|
||||||
|
|
||||||
|
lib/ldb/common/ldb_modules.o: ./lib/ldb/common/ldb_modules.o
|
||||||
|
|
||||||
./lib/ldb/common/ldb_modules.o: lib/ldb/common/ldb_modules.c Makefile
|
./lib/ldb/common/ldb_modules.o: lib/ldb/common/ldb_modules.c Makefile
|
||||||
@echo Compiling $<
|
@echo Compiling $<
|
||||||
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
|
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
|
||||||
-DSHLIBEXT=\"$(SHLIBEXT)\" \
|
-DSHLIBEXT=\"$(SHLIBEXT)\" \
|
||||||
-c $(FIRST_PREREQ) -o $@
|
-c $(FIRST_PREREQ) -o $@
|
||||||
|
|
||||||
|
lib/ldb/common/ldb.o: ./lib/ldb/common/ldb.o
|
||||||
|
|
||||||
./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
|
./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
|
||||||
@echo Compiling $<
|
@echo Compiling $<
|
||||||
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
|
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user