Loading build/buildexports.sh +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ if test -z "$1"; then exit 1 fi echo "/* This is an ugly hack that needs to be here, so that libtool will" echo "/* THIS FILE WAS AUTOGENERATED BY $0" echo " * This is an ugly hack that needs to be here, so that libtool will" echo " * link all of the APR functions into server regardless of whether" echo " * the base server uses them." echo " */" Loading server/Makefile.in +3 −0 Original line number Diff line number Diff line Loading @@ -55,3 +55,6 @@ $(TARGET_EXPORTS): exports.c: $(EXPORT_FILES) (cat $(EXPORT_FILES) | ../build/buildexports.sh ..) > $@ # wtf does this have to be explicit???? exports.lo: exports.c Loading
build/buildexports.sh +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ if test -z "$1"; then exit 1 fi echo "/* This is an ugly hack that needs to be here, so that libtool will" echo "/* THIS FILE WAS AUTOGENERATED BY $0" echo " * This is an ugly hack that needs to be here, so that libtool will" echo " * link all of the APR functions into server regardless of whether" echo " * the base server uses them." echo " */" Loading
server/Makefile.in +3 −0 Original line number Diff line number Diff line Loading @@ -55,3 +55,6 @@ $(TARGET_EXPORTS): exports.c: $(EXPORT_FILES) (cat $(EXPORT_FILES) | ../build/buildexports.sh ..) > $@ # wtf does this have to be explicit???? exports.lo: exports.c